Html Css Color HEX #DAB29A Cashmere

📋 copy color: '#DAB29A'

red 218 ◦ green 178 ◦ blue 154

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

Shades of Cashmere #DAB29A

Tints of Cashmere #DAB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 154 (60.55% from 255) = 28%

R = 39.64%
G = 32.36%
B = 28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB29A (or 0xDAB29A) is known color: Cashmere. HEX triplet: DA, B2 and 9A. RGB value is (218,178,154). Sum of RGB (Red+Green+Blue) = 218+178+154=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29A is #254D65. Grayscale: #BBBBBB. Windows color (decimal): -2444646 or 10138330. OLE color: 10138330.

HSL color Cylindrical-coordinate representation of color #DAB29A: hue angle of 22.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB29A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 154 -
CMYK 0 0.18 0.29 0.15
HSL 22.5º 0.46% 0.73% -
HSV(B) 22.5º 0.29% 0.85% -
XYZ 50.67 49.08 37.37 -
YUV 187.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 218 178 154 0 0.18 0.29 0.15 22.5 0.46 0.73
Hex DA B2 9A 0 12 1D F 16 2E 49
Octal 332 262 232 0 22 35 17 26 56 111
Binary 11011010 10110010 10011010 0 10010 11101 1111 10110 101110 1001001

Color Harmonies of #DAB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB29A

Black with #DAB29A

Text Example


Text Example

White with #DAB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB29A; }

 p { color: rgb(218,178,154); }

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

background-color css

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

 a { background-color: rgb(218,178,154); }

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

border-color css

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

 span { border-color: rgb(218,178,154); }

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