#DDB259

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

Shades of Rob Roy #DDB259

Tints of Rob Roy #DDB259

Color information

#DDB259 (or 0xDDB259) is unknown color: approx Rob Roy. HEX triplet: DD, B2 and 59. RGB value is (221,178,89). Sum of RGB (Red+Green+Blue) = 221+178+89=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB259 is #224DA6. Grayscale: #B5B5B5. Windows color (decimal): -2248103 or 5878493. OLE color: 5878493.

HSL color Cylindrical-coordinate representation of color #DDB259: hue angle of 40.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDB259 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22117889-
CMYK00.190.600.13
HSL40.45º66%60.78%-
HSV(B)40.45º59.73%86.67%-
XYZ47.5447.9316.2-
YUV180.7176.25156.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 89 (35.16% from 255) = 18.24%
R=45.29%
G=36.48%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211788900.190.600.1340.456660.78
HexDDB2590133CD28423d
Octal33526213102374155010275
Binary1101110110110010101100101001111110011011010001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB259; }

 p { color: rgb(221,178,89); }

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

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

 a { background-color: rgb(221,178,89); }

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

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

 span { border-color: rgb(221,178,89); }

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