#D4CDAA

Color #D4CDAA White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D4CDAA

Tints of White Rock #D4CDAA

Color information

#D4CDAA (or 0xD4CDAA) is unknown color: approx White Rock. HEX triplet: D4, CD and AA. RGB value is (212,205,170). Sum of RGB (Red+Green+Blue) = 212+205+170=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CDAA is #2B3255. Grayscale: #CBCBCB. Windows color (decimal): -2830934 or 11193812. OLE color: 11193812.

HSL color Cylindrical-coordinate representation of color #D4CDAA: hue angle of 50º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4CDAA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212205170-
CMYK00.030.200.17
HSL50º32.81%74.9%-
HSV(B)50º19.81%83.14%-
XYZ56.2460.5646.76-
YUV203.1109.32134.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=36.12%
G=34.92%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220517000.030.200.175032.8174.9
HexD4CDAA03141132214b
Octal3243152520324216241113
Binary11010100110011011010101001110100100011100101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDAA; }

 p { color: rgb(212,205,170); }

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

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

 a { background-color: rgb(212,205,170); }

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

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

 span { border-color: rgb(212,205,170); }

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