#DBD5B3

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

Shades of White Rock #DBD5B3

Tints of White Rock #DBD5B3

Color information

#DBD5B3 (or 0xDBD5B3) is unknown color: approx White Rock. HEX triplet: DB, D5 and B3. RGB value is (219,213,179). Sum of RGB (Red+Green+Blue) = 219+213+179=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5B3 is #242A4C. Grayscale: #D3D3D3. Windows color (decimal): -2370125 or 11785691. OLE color: 11785691.

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

Color convert

RGB219213179-
CMYK00.030.180.14
HSL51º35.71%78.04%-
HSV(B)51º18.26%85.88%-
XYZ61.1465.952.15-
YUV210.92109.99133.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=35.84%
G=34.86%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921317900.030.180.145135.7178.04
HexDBD5B30312E33244e
Octal3333252630322166344116
Binary1101101111010101101100110111001011101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5B3; }

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

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

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

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

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

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

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

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