#D4CDAC

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

Shades of White Rock #D4CDAC

Tints of White Rock #D4CDAC

Color information

#D4CDAC (or 0xD4CDAC) is unknown color: approx White Rock. HEX triplet: D4, CD and AC. RGB value is (212,205,172). Sum of RGB (Red+Green+Blue) = 212+205+172=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CDAC is #2B3253. Grayscale: #CBCBCB. Windows color (decimal): -2830932 or 11324884. OLE color: 11324884.

HSL color Cylindrical-coordinate representation of color #D4CDAC: hue angle of 49.5º 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 #D4CDAC is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212205172-
CMYK00.030.190.17
HSL49.5º31.75%75.29%-
HSV(B)49.5º18.87%83.14%-
XYZ56.4360.6447.76-
YUV203.33110.32134.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=35.99%
G=34.80%
B=29.20%

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
Decimal21220517200.030.190.1749.531.7575.29
HexD4CDAC03131132204b
Octal3243152540323216240113
Binary11010100110011011010110001110011100011100101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDAC; }

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

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

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

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

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

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

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

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