#DBD7B3

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

Shades of White Rock #DBD7B3

Tints of White Rock #DBD7B3

Color information

#DBD7B3 (or 0xDBD7B3) is unknown color: approx White Rock. HEX triplet: DB, D7 and B3. RGB value is (219,215,179). Sum of RGB (Red+Green+Blue) = 219+215+179=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7B3 is #24284C. Grayscale: #D4D4D4. Windows color (decimal): -2369613 or 11786203. OLE color: 11786203.

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

Color convert

RGB219215179-
CMYK00.020.180.14
HSL54º35.71%78.04%-
HSV(B)54º18.26%85.88%-
XYZ61.6566.9252.31-
YUV212.09109.33132.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=35.73%
G=35.07%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921517900.020.180.145435.7178.04
HexDBD7B30212E36244e
Octal3333272630222166644116
Binary1101101111010111101100110101001011101101101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7B3; }

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

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

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

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

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

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

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

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