Html Css Color HEX #DBAF93 Cashmere

📋 copy color: '#DBAF93'

red 219 ◦ green 175 ◦ blue 147

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

Shades of Cashmere #DBAF93

Tints of Cashmere #DBAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 40.48%
G = 32.35%
B = 27.17%

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

#DBAF93 (or 0xDBAF93) is known color: Cashmere. HEX triplet: DB, AF and 93. RGB value is (219,175,147). Sum of RGB (Red+Green+Blue) = 219+175+147=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF93 is #24506C. Grayscale: #B9B9B9. Windows color (decimal): -2379885 or 9678811. OLE color: 9678811.

HSL color Cylindrical-coordinate representation of color #DBAF93: hue angle of 23.33º 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 #DBAF93 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 147 -
CMYK 0 0.20 0.33 0.14
HSL 23.33º 0.5% 0.72% -
HSV(B) 23.33º 0.33% 0.86% -
XYZ 49.81 47.83 34.21 -
YUV 184.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 219 175 147 0 0.20 0.33 0.14 23.33 0.5 0.72
Hex DB AF 93 0 14 21 E 17 32 48
Octal 333 257 223 0 24 41 16 27 62 110
Binary 11011011 10101111 10010011 0 10100 100001 1110 10111 110010 1001000

Color Harmonies of #DBAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF93

Black with #DBAF93

Text Example


Text Example

White with #DBAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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