#DCD4B4

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

Shades of White Rock #DCD4B4

Tints of White Rock #DCD4B4

Color information

#DCD4B4 (or 0xDCD4B4) is unknown color: approx White Rock. HEX triplet: DC, D4 and B4. RGB value is (220,212,180). Sum of RGB (Red+Green+Blue) = 220+212+180=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4B4 is #232B4B. Grayscale: #D2D2D2. Windows color (decimal): -2304844 or 11850972. OLE color: 11850972.

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

Color convert

RGB220212180-
CMYK00.040.180.14
HSL48º36.36%78.43%-
HSV(B)48º18.18%86.27%-
XYZ61.365.652.61-
YUV210.74110.65134.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=35.95%
G=34.64%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021218000.040.180.144836.3678.43
HexDCD4B40412E30244e
Octal3343242640422166044116
Binary11011100110101001011010001001001011101100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4B4; }

 p { color: rgb(220,212,180); }

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

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

 a { background-color: rgb(220,212,180); }

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

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

 span { border-color: rgb(220,212,180); }

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