#DDAF50

Color #DDAF50 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DDAF50

Tints of Rob Roy #DDAF50

Color information

#DDAF50 (or 0xDDAF50) is unknown color: approx Rob Roy. HEX triplet: DD, AF and 50. RGB value is (221,175,80). Sum of RGB (Red+Green+Blue) = 221+175+80=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF50 is #2250AF. Grayscale: #B2B2B2. Windows color (decimal): -2248880 or 5287901. OLE color: 5287901.

HSL color Cylindrical-coordinate representation of color #DDAF50: hue angle of 40.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDAF50 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22117580-
CMYK00.210.640.13
HSL40.43º67.46%59.02%-
HSV(B)40.43º63.8%86.67%-
XYZ46.646.6114.13-
YUV177.9272.74158.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 80 (31.64% from 255) = 16.81%
R=46.43%
G=36.76%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211758000.210.640.1340.4367.4659.02
HexDDAF5001540D28433b
Octal335257120025100155010373
Binary11011101101011111010000010101100000011011010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF50; }

 p { color: rgb(221,175,80); }

 H1.HeaderClassName
 {
   color: #DDAF50;
 }
 .AnyTagClassName
 {
   color: #DDAF50;
 }
</style>
background-color css

<style>
 a { background-color: #DDAF50; }

 a { background-color: rgb(221,175,80); }

 div.DivClassName
 {
   background-color: #DDAF50;
 }
 .BgClassName
 {
   background-color: #DDAF50;
 }
</style>
border-color css

<style>
 span { border-color: #DDAF50; }

 span { border-color: rgb(221,175,80); }

 td.TdClassName
 {
   border-color: #DDAF50;
 }
 .TagClassName
 {
   border-color: #DDAF50;
 }
</style>