Html Css Color HEX #DBAD92 Cashmere

📋 copy color: '#DBAD92'

red 219 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #DBAD92

Tints of Cashmere #DBAD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.16%

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

R = 40.71%
G = 32.16%
B = 27.14%

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

#DBAD92 (or 0xDBAD92) is known color: Cashmere. HEX triplet: DB, AD and 92. RGB value is (219,173,146). Sum of RGB (Red+Green+Blue) = 219+173+146=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD92 is #24526D. Grayscale: #B7B7B7. Windows color (decimal): -2380398 or 9612763. OLE color: 9612763.

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

Color convert

RGB 219 173 146 -
CMYK 0 0.21 0.33 0.14
HSL 22.19º 0.5% 0.72% -
HSV(B) 22.19º 0.33% 0.86% -
XYZ 49.35 47.02 33.67 -
YUV 183.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 219 173 146 0 0.21 0.33 0.14 22.19 0.5 0.72
Hex DB AD 92 0 15 21 E 16 32 48
Octal 333 255 222 0 25 41 16 26 62 110
Binary 11011011 10101101 10010010 0 10101 100001 1110 10110 110010 1001000

Color Harmonies of #DBAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD92

Black with #DBAD92

Text Example


Text Example

White with #DBAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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