Html Css Color HEX #DBB89C Cashmere

📋 copy color: '#DBB89C'

red 219 ◦ green 184 ◦ blue 156

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

Shades of Cashmere #DBB89C

Tints of Cashmere #DBB89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

 BLUE value IS 156 (61.33% from 255) = 27.91%

R = 39.18%
G = 32.92%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBB89C (or 0xDBB89C) is known color: Cashmere. HEX triplet: DB, B8 and 9C. RGB value is (219,184,156). Sum of RGB (Red+Green+Blue) = 219+184+156=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89C is #244763. Grayscale: #BFBFBF. Windows color (decimal): -2377572 or 10270939. OLE color: 10270939.

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

Color convert

RGB 219 184 156 -
CMYK 0 0.16 0.29 0.14
HSL 26.67º 0.47% 0.74% -
HSV(B) 26.67º 0.29% 0.86% -
XYZ 52.35 51.74 38.68 -
YUV 191.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 219 184 156 0 0.16 0.29 0.14 26.67 0.47 0.74
Hex DB B8 9C 0 10 1D E 1B 2F 4A
Octal 333 270 234 0 20 35 16 33 57 112
Binary 11011011 10111000 10011100 0 10000 11101 1110 11011 101111 1001010

Color Harmonies of #DBB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB89C

Black with #DBB89C

Text Example


Text Example

White with #DBB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB89C; }

 p { color: rgb(219,184,156); }

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

background-color css

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

 a { background-color: rgb(219,184,156); }

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

border-color css

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

 span { border-color: rgb(219,184,156); }

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