Html Css Color HEX #DBAE93 Cashmere

📋 copy color: '#DBAE93'

red 219 ◦ green 174 ◦ blue 147

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

Shades of Cashmere #DBAE93

Tints of Cashmere #DBAE93

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

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

R = 40.56%
G = 32.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBAE93 (or 0xDBAE93) is known color: Cashmere. HEX triplet: DB, AE and 93. RGB value is (219,174,147). Sum of RGB (Red+Green+Blue) = 219+174+147=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE93 is #24516C. Grayscale: #B8B8B8. Windows color (decimal): -2380141 or 9678555. OLE color: 9678555.

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

Color convert

RGB 219 174 147 -
CMYK 0 0.21 0.33 0.14
HSL 22.5º 0.5% 0.72% -
HSV(B) 22.5º 0.33% 0.86% -
XYZ 49.62 47.44 34.15 -
YUV 184.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 219 174 147 0 0.21 0.33 0.14 22.5 0.5 0.72
Hex DB AE 93 0 15 21 E 16 32 48
Octal 333 256 223 0 25 41 16 26 62 110
Binary 11011011 10101110 10010011 0 10101 100001 1110 10110 110010 1001000

Color Harmonies of #DBAE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE93

Black with #DBAE93

Text Example


Text Example

White with #DBAE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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