Html Css Color HEX #DAB098 Cashmere

📋 copy color: '#DAB098'

red 218 ◦ green 176 ◦ blue 152

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

Shades of Cashmere #DAB098

Tints of Cashmere #DAB098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.84%

R = 39.93%
G = 32.23%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB098 (or 0xDAB098) is known color: Cashmere. HEX triplet: DA, B0 and 98. RGB value is (218,176,152). Sum of RGB (Red+Green+Blue) = 218+176+152=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB098 is #254F67. Grayscale: #B9B9B9. Windows color (decimal): -2445160 or 10006746. OLE color: 10006746.

HSL color Cylindrical-coordinate representation of color #DAB098: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB098 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 152 -
CMYK 0 0.19 0.30 0.15
HSL 21.82º 0.47% 0.73% -
HSV(B) 21.82º 0.3% 0.85% -
XYZ 50.11 48.22 36.37 -
YUV 185.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 218 176 152 0 0.19 0.30 0.15 21.82 0.47 0.73
Hex DA B0 98 0 13 1E F 16 2F 49
Octal 332 260 230 0 23 36 17 26 57 111
Binary 11011010 10110000 10011000 0 10011 11110 1111 10110 101111 1001001

Color Harmonies of #DAB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB098

Black with #DAB098

Text Example


Text Example

White with #DAB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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