Html Css Color HEX #DBAF92 Cashmere

📋 copy color: '#DBAF92'

red 219 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #DBAF92

Tints of Cashmere #DBAF92

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.41%

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 40.56%
G = 32.41%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBAF92 (or 0xDBAF92) is known color: Cashmere. HEX triplet: DB, AF and 92. RGB value is (219,175,146). Sum of RGB (Red+Green+Blue) = 219+175+146=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF92 is #24506D. Grayscale: #B9B9B9. Windows color (decimal): -2379886 or 9613275. OLE color: 9613275.

HSL color Cylindrical-coordinate representation of color #DBAF92: hue angle of 23.84º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAF92 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 146 -
CMYK 0 0.20 0.33 0.14
HSL 23.84º 0.5% 0.72% -
HSV(B) 23.84º 0.33% 0.86% -
XYZ 49.73 47.8 33.8 -
YUV 184.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 219 175 146 0 0.20 0.33 0.14 23.84 0.5 0.72
Hex DB AF 92 0 14 21 E 18 32 48
Octal 333 257 222 0 24 41 16 30 62 110
Binary 11011011 10101111 10010010 0 10100 100001 1110 11000 110010 1001000

Color Harmonies of #DBAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF92

Black with #DBAF92

Text Example


Text Example

White with #DBAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF92; }

 p { color: rgb(219,175,146); }

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

background-color css

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

 a { background-color: rgb(219,175,146); }

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

border-color css

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

 span { border-color: rgb(219,175,146); }

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