#DBD6B4

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

Shades of White Rock #DBD6B4

Tints of White Rock #DBD6B4

Color information

#DBD6B4 (or 0xDBD6B4) is unknown color: approx White Rock. HEX triplet: DB, D6 and B4. RGB value is (219,214,180). Sum of RGB (Red+Green+Blue) = 219+214+180=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6B4 is #24294B. Grayscale: #D3D3D3. Windows color (decimal): -2369868 or 11851483. OLE color: 11851483.

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

Color convert

RGB219214180-
CMYK00.020.180.14
HSL52.31º35.14%78.24%-
HSV(B)52.31º17.81%85.88%-
XYZ61.566.4552.76-
YUV211.62110.16133.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=35.73%
G=34.91%
B=29.36%

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
Decimal21921418000.020.180.1452.3135.1478.24
HexDBD6B40212E34234e
Octal3333262640222166443116
Binary1101101111010110101101000101001011101101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6B4; }

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

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

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

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

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

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

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

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