#DDA857

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

Shades of Rob Roy #DDA857

Tints of Rob Roy #DDA857

Color information

#DDA857 (or 0xDDA857) is unknown color: approx Rob Roy. HEX triplet: DD, A8 and 57. RGB value is (221,168,87). Sum of RGB (Red+Green+Blue) = 221+168+87=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA857 is #2257A8. Grayscale: #AEAEAE. Windows color (decimal): -2250665 or 5744861. OLE color: 5744861.

HSL color Cylindrical-coordinate representation of color #DDA857: hue angle of 36.27º 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 #DDA857 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22116887-
CMYK00.240.610.13
HSL36.27º66.34%60.39%-
HSV(B)36.27º60.63%86.67%-
XYZ45.5444.0715.12-
YUV174.6178.56161.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 87 (34.38% from 255) = 18.28%
R=46.43%
G=35.29%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211688700.240.610.1336.2766.3460.39
HexDDA8570183DD24423c
Octal33525012703075154410274
Binary1101110110101000101011101100011110111011001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA857; }

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

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

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

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

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

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

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

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