Html Css Color HEX #DAB094 Cashmere

📋 copy color: '#DAB094'

red 218 ◦ green 176 ◦ blue 148

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

Shades of Cashmere #DAB094

Tints of Cashmere #DAB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 40.22%
G = 32.47%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB094 (or 0xDAB094) is known color: Cashmere. HEX triplet: DA, B0 and 94. RGB value is (218,176,148). Sum of RGB (Red+Green+Blue) = 218+176+148=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB094 is #254F6B. Grayscale: #B9B9B9. Windows color (decimal): -2445164 or 9744602. OLE color: 9744602.

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

Color convert

RGB 218 176 148 -
CMYK 0 0.19 0.32 0.15
HSL 24º 0.49% 0.72% -
HSV(B) 24º 0.32% 0.85% -
XYZ 49.78 48.09 34.68 -
YUV 185.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 218 176 148 0 0.19 0.32 0.15 24 0.49 0.72
Hex DA B0 94 0 13 20 F 18 31 48
Octal 332 260 224 0 23 40 17 30 61 110
Binary 11011010 10110000 10010100 0 10011 100000 1111 11000 110001 1001000

Color Harmonies of #DAB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB094

Black with #DAB094

Text Example


Text Example

White with #DAB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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