Html Css Color HEX #DBAE92 Cashmere

📋 copy color: '#DBAE92'

red 219 ◦ green 174 ◦ blue 146

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

Shades of Cashmere #DBAE92

Tints of Cashmere #DBAE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 40.63%
G = 32.28%
B = 27.09%

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

#DBAE92 (or 0xDBAE92) is known color: Cashmere. HEX triplet: DB, AE and 92. RGB value is (219,174,146). Sum of RGB (Red+Green+Blue) = 219+174+146=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE92 is #24516D. Grayscale: #B8B8B8. Windows color (decimal): -2380142 or 9613019. OLE color: 9613019.

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

Color convert

RGB 219 174 146 -
CMYK 0 0.21 0.33 0.14
HSL 23.01º 0.5% 0.72% -
HSV(B) 23.01º 0.33% 0.86% -
XYZ 49.54 47.41 33.73 -
YUV 184.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 219 174 146 0 0.21 0.33 0.14 23.01 0.5 0.72
Hex DB AE 92 0 15 21 E 17 32 48
Octal 333 256 222 0 25 41 16 27 62 110
Binary 11011011 10101110 10010010 0 10101 100001 1110 10111 110010 1001000

Color Harmonies of #DBAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE92

Black with #DBAE92

Text Example


Text Example

White with #DBAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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