Html Css Color HEX #DBB69D Cashmere

📋 copy color: '#DBB69D'

red 219 ◦ green 182 ◦ blue 157

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

Shades of Cashmere #DBB69D

Tints of Cashmere #DBB69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.62%

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 39.25%
G = 32.62%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBB69D (or 0xDBB69D) is known color: Cashmere. HEX triplet: DB, B6 and 9D. RGB value is (219,182,157). Sum of RGB (Red+Green+Blue) = 219+182+157=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69D is #244962. Grayscale: #BEBEBE. Windows color (decimal): -2378083 or 10335963. OLE color: 10335963.

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

Color convert

RGB 219 182 157 -
CMYK 0 0.17 0.28 0.14
HSL 24.19º 0.46% 0.74% -
HSV(B) 24.19º 0.28% 0.86% -
XYZ 52.03 50.95 38.99 -
YUV 190.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 219 182 157 0 0.17 0.28 0.14 24.19 0.46 0.74
Hex DB B6 9D 0 11 1C E 18 2E 4A
Octal 333 266 235 0 21 34 16 30 56 112
Binary 11011011 10110110 10011101 0 10001 11100 1110 11000 101110 1001010

Color Harmonies of #DBB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB69D

Black with #DBB69D

Text Example


Text Example

White with #DBB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB69D; }

 p { color: rgb(219,182,157); }

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

background-color css

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

 a { background-color: rgb(219,182,157); }

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

border-color css

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

 span { border-color: rgb(219,182,157); }

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