#DBD7B4

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

Shades of White Rock #DBD7B4

Tints of White Rock #DBD7B4

Color information

#DBD7B4 (or 0xDBD7B4) is unknown color: approx White Rock. HEX triplet: DB, D7 and B4. RGB value is (219,215,180). Sum of RGB (Red+Green+Blue) = 219+215+180=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7B4 is #24284B. Grayscale: #D4D4D4. Windows color (decimal): -2369612 or 11851739. OLE color: 11851739.

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

Color convert

RGB219215180-
CMYK00.020.180.14
HSL53.85º35.14%78.24%-
HSV(B)53.85º17.81%85.88%-
XYZ61.7566.9652.85-
YUV212.21109.83132.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=35.67%
G=35.02%
B=29.32%

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
Decimal21921518000.020.180.1453.8535.1478.24
HexDBD7B40212E36234e
Octal3333272640222166643116
Binary1101101111010111101101000101001011101101101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7B4; }

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

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

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

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

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

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

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

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