Html Css Color HEX #DAB093 Cashmere

📋 copy color: '#DAB093'

red 218 ◦ green 176 ◦ blue 147

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

Shades of Cashmere #DAB093

Tints of Cashmere #DAB093

RGB

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

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

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

R = 40.3%
G = 32.53%
B = 27.17%

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

#DAB093 (or 0xDAB093) is known color: Cashmere. HEX triplet: DA, B0 and 93. RGB value is (218,176,147). Sum of RGB (Red+Green+Blue) = 218+176+147=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB093 is #254F6C. Grayscale: #B9B9B9. Windows color (decimal): -2445165 or 9679066. OLE color: 9679066.

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

Color convert

RGB 218 176 147 -
CMYK 0 0.19 0.33 0.15
HSL 24.51º 0.49% 0.72% -
HSV(B) 24.51º 0.33% 0.85% -
XYZ 49.71 48.06 34.26 -
YUV 185.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 218 176 147 0 0.19 0.33 0.15 24.51 0.49 0.72
Hex DA B0 93 0 13 21 F 19 31 48
Octal 332 260 223 0 23 41 17 31 61 110
Binary 11011010 10110000 10010011 0 10011 100001 1111 11001 110001 1001000

Color Harmonies of #DAB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB093

Black with #DAB093

Text Example


Text Example

White with #DAB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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