#D5CDAA

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

Shades of White Rock #D5CDAA

Tints of White Rock #D5CDAA

Color information

#D5CDAA (or 0xD5CDAA) is unknown color: approx White Rock. HEX triplet: D5, CD and AA. RGB value is (213,205,170). Sum of RGB (Red+Green+Blue) = 213+205+170=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDAA is #2A3255. Grayscale: #CBCBCB. Windows color (decimal): -2765398 or 11193813. OLE color: 11193813.

HSL color Cylindrical-coordinate representation of color #D5CDAA: hue angle of 48.84º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CDAA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213205170-
CMYK00.040.200.16
HSL48.84º33.86%75.1%-
HSV(B)48.84º20.19%83.53%-
XYZ56.5360.7146.77-
YUV203.4109.15134.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=36.22%
G=34.86%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320517000.040.200.1648.8433.8675.1
HexD5CDAA04141031224b
Octal3253152520424206142113
Binary110101011100110110101010010010100100001100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDAA; }

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

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

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

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

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

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

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

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