Html Css Color HEX #DBAF94 Cashmere

📋 copy color: '#DBAF94'

red 219 ◦ green 175 ◦ blue 148

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

Shades of Cashmere #DBAF94

Tints of Cashmere #DBAF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 40.41%
G = 32.29%
B = 27.31%

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

#DBAF94 (or 0xDBAF94) is known color: Cashmere. HEX triplet: DB, AF and 94. RGB value is (219,175,148). Sum of RGB (Red+Green+Blue) = 219+175+148=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF94 is #24506B. Grayscale: #B9B9B9. Windows color (decimal): -2379884 or 9744347. OLE color: 9744347.

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

Color convert

RGB 219 175 148 -
CMYK 0 0.20 0.32 0.14
HSL 22.82º 0.5% 0.72% -
HSV(B) 22.82º 0.32% 0.86% -
XYZ 49.89 47.86 34.63 -
YUV 185.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 219 175 148 0 0.20 0.32 0.14 22.82 0.5 0.72
Hex DB AF 94 0 14 20 E 17 32 48
Octal 333 257 224 0 24 40 16 27 62 110
Binary 11011011 10101111 10010100 0 10100 100000 1110 10111 110010 1001000

Color Harmonies of #DBAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF94

Black with #DBAF94

Text Example


Text Example

White with #DBAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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