#DBD5B1

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

Shades of White Rock #DBD5B1

Tints of White Rock #DBD5B1

Color information

#DBD5B1 (or 0xDBD5B1) is unknown color: approx White Rock. HEX triplet: DB, D5 and B1. RGB value is (219,213,177). Sum of RGB (Red+Green+Blue) = 219+213+177=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5B1 is #242A4E. Grayscale: #D2D2D2. Windows color (decimal): -2370127 or 11654619. OLE color: 11654619.

HSL color Cylindrical-coordinate representation of color #DBD5B1: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBD5B1 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219213177-
CMYK00.030.190.14
HSL51.43º36.84%77.65%-
HSV(B)51.43º19.18%85.88%-
XYZ60.9465.8251.09-
YUV210.69108.99133.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=35.96%
G=34.98%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921317700.030.190.1451.4336.8477.65
HexDBD5B10313E33254e
Octal3333252610323166345116
Binary1101101111010101101100010111001111101100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5B1; }

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

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

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

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

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

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

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

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