Html Css Color HEX #DBCBB9 Stark White

📋 copy color: '#DBCBB9'

red 219 ◦ green 203 ◦ blue 185

#DBCBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stark White #DBCBB9

Tints of Stark White #DBCBB9

RGB

 RED value IS 219 (85.94% from 255) = 36.08%

 GREEN value IS 203 (79.69% from 255) = 33.44%

 BLUE value IS 185 (72.66% from 255) = 30.48%

R = 36.08%
G = 33.44%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBCBB9 (or 0xDBCBB9) is known color: Stark White. HEX triplet: DB, CB and B9. RGB value is (219,203,185). Sum of RGB (Red+Green+Blue) = 219+203+185=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB9 is #243446. Grayscale: #CDCDCD. Windows color (decimal): -2372679 or 12176347. OLE color: 12176347.

HSL color Cylindrical-coordinate representation of color #DBCBB9: hue angle of 31.76º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCBB9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 185 -
CMYK 0 0.07 0.16 0.14
HSL 31.76º 0.32% 0.79% -
HSV(B) 31.76º 0.16% 0.86% -
XYZ 59.33 61.27 54.6 -
YUV 205.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 219 203 185 0 0.07 0.16 0.14 31.76 0.32 0.79
Hex DB CB B9 0 7 10 E 20 20 4F
Octal 333 313 271 0 7 20 16 40 40 117
Binary 11011011 11001011 10111001 0 111 10000 1110 100000 100000 1001111

Color Harmonies of #DBCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBB9

Black with #DBCBB9

Text Example


Text Example

White with #DBCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBB9; }

 p { color: rgb(219,203,185); }

 H1.HeaderClassName
 {
   color: #DBCBB9;
 }
 .AnyTagClassName
 {
   color: #DBCBB9;
 }
</style>

background-color css

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

 a { background-color: rgb(219,203,185); }

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

border-color css

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

 span { border-color: rgb(219,203,185); }

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