Html Css Color HEX #DBAF9A Cashmere

📋 copy color: '#DBAF9A'

red 219 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #DBAF9A

Tints of Cashmere #DBAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 39.96%
G = 31.93%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBAF9A (or 0xDBAF9A) is known color: Cashmere. HEX triplet: DB, AF and 9A. RGB value is (219,175,154). Sum of RGB (Red+Green+Blue) = 219+175+154=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9A is #245065. Grayscale: #B9B9B9. Windows color (decimal): -2379878 or 10137563. OLE color: 10137563.

HSL color Cylindrical-coordinate representation of color #DBAF9A: hue angle of 19.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAF9A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 154 -
CMYK 0 0.20 0.30 0.14
HSL 19.38º 0.47% 0.73% -
HSV(B) 19.38º 0.3% 0.86% -
XYZ 50.38 48.05 37.19 -
YUV 185.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 219 175 154 0 0.20 0.30 0.14 19.38 0.47 0.73
Hex DB AF 9A 0 14 1E E 13 2F 49
Octal 333 257 232 0 24 36 16 23 57 111
Binary 11011011 10101111 10011010 0 10100 11110 1110 10011 101111 1001001

Color Harmonies of #DBAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF9A

Black with #DBAF9A

Text Example


Text Example

White with #DBAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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