#DCD4B3

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

Shades of White Rock #DCD4B3

Tints of White Rock #DCD4B3

Color information

#DCD4B3 (or 0xDCD4B3) is unknown color: approx White Rock. HEX triplet: DC, D4 and B3. RGB value is (220,212,179). Sum of RGB (Red+Green+Blue) = 220+212+179=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4B3 is #232B4C. Grayscale: #D2D2D2. Windows color (decimal): -2304845 or 11785436. OLE color: 11785436.

HSL color Cylindrical-coordinate representation of color #DCD4B3: hue angle of 48.29º degrees, saturation: 0.37, 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 #DCD4B3 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220212179-
CMYK00.040.190.14
HSL48.29º36.94%78.24%-
HSV(B)48.29º18.64%86.27%-
XYZ61.265.5652.08-
YUV210.63110.15134.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=36.01%
G=34.70%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021217900.040.190.1448.2936.9478.24
HexDCD4B30413E30254e
Octal3343242630423166045116
Binary11011100110101001011001101001001111101100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4B3; }

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

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

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

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

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

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

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

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