Html Css Color HEX #DAAB92 Cashmere

📋 copy color: '#DAAB92'

red 218 ◦ green 171 ◦ blue 146

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

Shades of Cashmere #DAAB92

Tints of Cashmere #DAAB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.96%

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 40.75%
G = 31.96%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAAB92 (or 0xDAAB92) is known color: Cashmere. HEX triplet: DA, AB and 92. RGB value is (218,171,146). Sum of RGB (Red+Green+Blue) = 218+171+146=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB92 is #25546D. Grayscale: #B6B6B6. Windows color (decimal): -2446446 or 9612250. OLE color: 9612250.

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

Color convert

RGB 218 171 146 -
CMYK 0 0.22 0.33 0.15
HSL 20.83º 0.49% 0.71% -
HSV(B) 20.83º 0.33% 0.85% -
XYZ 48.66 46.11 33.53 -
YUV 182.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 218 171 146 0 0.22 0.33 0.15 20.83 0.49 0.71
Hex DA AB 92 0 16 21 F 15 31 47
Octal 332 253 222 0 26 41 17 25 61 107
Binary 11011010 10101011 10010010 0 10110 100001 1111 10101 110001 1000111

Color Harmonies of #DAAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB92

Black with #DAAB92

Text Example


Text Example

White with #DAAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB92; }

 p { color: rgb(218,171,146); }

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

background-color css

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

 a { background-color: rgb(218,171,146); }

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

border-color css

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

 span { border-color: rgb(218,171,146); }

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