Html Css Color HEX #DAB092 Cashmere

📋 copy color: '#DAB092'

red 218 ◦ green 176 ◦ blue 146

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

Shades of Cashmere #DAB092

Tints of Cashmere #DAB092

RGB

 RED value IS 218 (85.55% from 255) = 40.37%

 GREEN value IS 176 (69.14% from 255) = 32.59%

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

R = 40.37%
G = 32.59%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAB092 (or 0xDAB092) is known color: Cashmere. HEX triplet: DA, B0 and 92. RGB value is (218,176,146). Sum of RGB (Red+Green+Blue) = 218+176+146=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB092 is #254F6D. Grayscale: #B9B9B9. Windows color (decimal): -2445166 or 9613530. OLE color: 9613530.

HSL color Cylindrical-coordinate representation of color #DAB092: hue angle of 25º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAB092 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 146 -
CMYK 0 0.19 0.33 0.15
HSL 25º 0.49% 0.71% -
HSV(B) 25º 0.33% 0.85% -
XYZ 49.63 48.03 33.85 -
YUV 185.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 218 176 146 0 0.19 0.33 0.15 25 0.49 0.71
Hex DA B0 92 0 13 21 F 19 31 47
Octal 332 260 222 0 23 41 17 31 61 107
Binary 11011010 10110000 10010010 0 10011 100001 1111 11001 110001 1000111

Color Harmonies of #DAB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB092

Black with #DAB092

Text Example


Text Example

White with #DAB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB092; }

 p { color: rgb(218,176,146); }

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

background-color css

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

 a { background-color: rgb(218,176,146); }

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

border-color css

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

 span { border-color: rgb(218,176,146); }

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