#DCD6B3

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

Shades of White Rock #DCD6B3

Tints of White Rock #DCD6B3

Color information

#DCD6B3 (or 0xDCD6B3) is unknown color: approx White Rock. HEX triplet: DC, D6 and B3. RGB value is (220,214,179). Sum of RGB (Red+Green+Blue) = 220+214+179=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6B3 is #23294C. Grayscale: #D3D3D3. Windows color (decimal): -2304333 or 11785948. OLE color: 11785948.

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

Color convert

RGB220214179-
CMYK00.030.190.14
HSL51.22º36.94%78.24%-
HSV(B)51.22º18.64%86.27%-
XYZ61.766.5652.24-
YUV211.8109.49133.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=35.89%
G=34.91%
B=29.20%

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
Decimal22021417900.030.190.1451.2236.9478.24
HexDCD6B30313E33254e
Octal3343262630323166345116
Binary1101110011010110101100110111001111101100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6B3; }

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

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

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

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

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

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

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

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