#DBD3B3

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

Shades of White Rock #DBD3B3

Tints of White Rock #DBD3B3

Color information

#DBD3B3 (or 0xDBD3B3) is unknown color: approx White Rock. HEX triplet: DB, D3 and B3. RGB value is (219,211,179). Sum of RGB (Red+Green+Blue) = 219+211+179=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3B3 is #242C4C. Grayscale: #D1D1D1. Windows color (decimal): -2370637 or 11785179. OLE color: 11785179.

HSL color Cylindrical-coordinate representation of color #DBD3B3: 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 #DBD3B3 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219211179-
CMYK00.040.180.14
HSL48º35.71%78.04%-
HSV(B)48º18.26%85.88%-
XYZ60.6464.951.98-
YUV209.74110.65134.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=35.96%
G=34.65%
B=29.39%

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
Decimal21921117900.040.180.144835.7178.04
HexDBD3B30412E30244e
Octal3333232630422166044116
Binary11011011110100111011001101001001011101100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3B3; }

 p { color: rgb(219,211,179); }

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

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

 a { background-color: rgb(219,211,179); }

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

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

 span { border-color: rgb(219,211,179); }

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