Html Css Color HEX #DAB096 Cashmere

📋 copy color: '#DAB096'

red 218 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #DAB096

Tints of Cashmere #DAB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 40.07%
G = 32.35%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB096 (or 0xDAB096) is known color: Cashmere. HEX triplet: DA, B0 and 96. RGB value is (218,176,150). Sum of RGB (Red+Green+Blue) = 218+176+150=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB096 is #254F69. Grayscale: #B9B9B9. Windows color (decimal): -2445162 or 9875674. OLE color: 9875674.

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

Color convert

RGB 218 176 150 -
CMYK 0 0.19 0.31 0.15
HSL 22.94º 0.48% 0.72% -
HSV(B) 22.94º 0.31% 0.85% -
XYZ 49.94 48.16 35.52 -
YUV 185.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 218 176 150 0 0.19 0.31 0.15 22.94 0.48 0.72
Hex DA B0 96 0 13 1F F 17 30 48
Octal 332 260 226 0 23 37 17 27 60 110
Binary 11011010 10110000 10010110 0 10011 11111 1111 10111 110000 1001000

Color Harmonies of #DAB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB096

Black with #DAB096

Text Example


Text Example

White with #DAB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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