Html Css Color HEX #DBAF95 Cashmere

📋 copy color: '#DBAF95'

red 219 ◦ green 175 ◦ blue 149

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

Shades of Cashmere #DBAF95

Tints of Cashmere #DBAF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 40.33%
G = 32.23%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBAF95 (or 0xDBAF95) is known color: Cashmere. HEX triplet: DB, AF and 95. RGB value is (219,175,149). Sum of RGB (Red+Green+Blue) = 219+175+149=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF95 is #24506A. Grayscale: #B9B9B9. Windows color (decimal): -2379883 or 9809883. OLE color: 9809883.

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

Color convert

RGB 219 175 149 -
CMYK 0 0.20 0.32 0.14
HSL 22.29º 0.49% 0.72% -
HSV(B) 22.29º 0.32% 0.86% -
XYZ 49.97 47.89 35.04 -
YUV 185.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 219 175 149 0 0.20 0.32 0.14 22.29 0.49 0.72
Hex DB AF 95 0 14 20 E 16 31 48
Octal 333 257 225 0 24 40 16 26 61 110
Binary 11011011 10101111 10010101 0 10100 100000 1110 10110 110001 1001000

Color Harmonies of #DBAF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF95

Black with #DBAF95

Text Example


Text Example

White with #DBAF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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