#DBD4B3

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

Shades of White Rock #DBD4B3

Tints of White Rock #DBD4B3

Color information

#DBD4B3 (or 0xDBD4B3) is unknown color: approx White Rock. HEX triplet: DB, D4 and B3. RGB value is (219,212,179). Sum of RGB (Red+Green+Blue) = 219+212+179=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4B3 is #242B4C. Grayscale: #D2D2D2. Windows color (decimal): -2370381 or 11785435. OLE color: 11785435.

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

Color convert

RGB219212179-
CMYK00.030.180.14
HSL49.5º35.71%78.04%-
HSV(B)49.5º18.26%85.88%-
XYZ60.8965.452.06-
YUV210.33110.32134.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 179 (70.31% from 255) = 29.34%
R=35.90%
G=34.75%
B=29.34%

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
Decimal21921217900.030.180.1449.535.7178.04
HexDBD4B30312E32244e
Octal3333242630322166244116
Binary1101101111010100101100110111001011101100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4B3; }

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

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

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

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

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

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

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

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