#D4CDAB

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

Shades of White Rock #D4CDAB

Tints of White Rock #D4CDAB

Color information

#D4CDAB (or 0xD4CDAB) is unknown color: approx White Rock. HEX triplet: D4, CD and AB. RGB value is (212,205,171). Sum of RGB (Red+Green+Blue) = 212+205+171=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CDAB is #2B3254. Grayscale: #CBCBCB. Windows color (decimal): -2830933 or 11259348. OLE color: 11259348.

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

Color convert

RGB212205171-
CMYK00.030.190.17
HSL49.76º32.28%75.1%-
HSV(B)49.76º19.34%83.14%-
XYZ56.3360.647.26-
YUV203.22109.82134.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=36.05%
G=34.86%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220517100.030.190.1749.7632.2875.1
HexD4CDAB03131132204b
Octal3243152530323216240113
Binary11010100110011011010101101110011100011100101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDAB; }

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

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

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

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

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

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

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

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