#DDB357

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

Shades of Rob Roy #DDB357

Tints of Rob Roy #DDB357

Color information

#DDB357 (or 0xDDB357) is unknown color: approx Rob Roy. HEX triplet: DD, B3 and 57. RGB value is (221,179,87). Sum of RGB (Red+Green+Blue) = 221+179+87=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB357 is #224CA8. Grayscale: #B5B5B5. Windows color (decimal): -2247849 or 5747677. OLE color: 5747677.

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

Color convert

RGB22117987-
CMYK00.190.610.13
HSL41.19º66.34%60.39%-
HSV(B)41.19º60.63%86.67%-
XYZ47.6648.315.83-
YUV181.0774.91156.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 87 (34.38% from 255) = 17.86%
R=45.38%
G=36.76%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211798700.190.610.1341.1966.3460.39
HexDDB3570133DD29423c
Octal33526312702375155110274
Binary1101110110110011101011101001111110111011010011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB357; }

 p { color: rgb(221,179,87); }

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

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

 a { background-color: rgb(221,179,87); }

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

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

 span { border-color: rgb(221,179,87); }

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