#DCD5B2

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

Shades of White Rock #DCD5B2

Tints of White Rock #DCD5B2

Color information

#DCD5B2 (or 0xDCD5B2) is unknown color: approx White Rock. HEX triplet: DC, D5 and B2. RGB value is (220,213,178). Sum of RGB (Red+Green+Blue) = 220+213+178=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5B2 is #232A4D. Grayscale: #D3D3D3. Windows color (decimal): -2304590 or 11720156. OLE color: 11720156.

HSL color Cylindrical-coordinate representation of color #DCD5B2: hue angle of 50º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCD5B2 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220213178-
CMYK00.030.190.14
HSL50º37.5%78.04%-
HSV(B)50º19.09%86.27%-
XYZ61.3566.0251.63-
YUV211.1109.32134.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 178 (69.92% from 255) = 29.13%
R=36.01%
G=34.86%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021317800.030.190.145037.578.04
HexDCD5B20313E32264e
Octal3343252620323166246116
Binary1101110011010101101100100111001111101100101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5B2; }

 p { color: rgb(220,213,178); }

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

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

 a { background-color: rgb(220,213,178); }

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

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

 span { border-color: rgb(220,213,178); }

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