#D4CDAD

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

Shades of White Rock #D4CDAD

Tints of White Rock #D4CDAD

Color information

#D4CDAD (or 0xD4CDAD) is unknown color: approx White Rock. HEX triplet: D4, CD and AD. RGB value is (212,205,173). Sum of RGB (Red+Green+Blue) = 212+205+173=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CDAD is #2B3252. Grayscale: #CBCBCB. Windows color (decimal): -2830931 or 11390420. OLE color: 11390420.

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

Color convert

RGB212205173-
CMYK00.030.180.17
HSL49.23º31.2%75.49%-
HSV(B)49.23º18.4%83.14%-
XYZ56.5360.6848.27-
YUV203.44110.82134.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=35.93%
G=34.75%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220517300.030.180.1749.2331.275.49
HexD4CDAD031211311f4b
Octal3243152550322216137113
Binary1101010011001101101011010111001010001110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDAD; }

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

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

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

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

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

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

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

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