#D5CDAC

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

Shades of White Rock #D5CDAC

Tints of White Rock #D5CDAC

Color information

#D5CDAC (or 0xD5CDAC) is unknown color: approx White Rock. HEX triplet: D5, CD and AC. RGB value is (213,205,172). Sum of RGB (Red+Green+Blue) = 213+205+172=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDAC is #2A3253. Grayscale: #CBCBCB. Windows color (decimal): -2765396 or 11324885. OLE color: 11324885.

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

Color convert

RGB213205172-
CMYK00.040.190.16
HSL48.29º32.8%75.49%-
HSV(B)48.29º19.25%83.53%-
XYZ56.7260.7947.77-
YUV203.63110.15134.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=36.10%
G=34.75%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320517200.040.190.1648.2932.875.49
HexD5CDAC04131030214b
Octal3253152540423206041113
Binary110101011100110110101100010010011100001100001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDAC; }

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

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

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

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

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

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

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

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