Html Css Color HEX #DAB69D Cashmere

📋 copy color: '#DAB69D'

red 218 ◦ green 182 ◦ blue 157

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

Shades of Cashmere #DAB69D

Tints of Cashmere #DAB69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.68%

 BLUE value IS 157 (61.72% from 255) = 28.19%

R = 39.14%
G = 32.68%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB69D (or 0xDAB69D) is known color: Cashmere. HEX triplet: DA, B6 and 9D. RGB value is (218,182,157). Sum of RGB (Red+Green+Blue) = 218+182+157=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB69D is #254962. Grayscale: #BEBEBE. Windows color (decimal): -2443619 or 10335962. OLE color: 10335962.

HSL color Cylindrical-coordinate representation of color #DAB69D: hue angle of 24.59º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB69D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 157 -
CMYK 0 0.17 0.28 0.15
HSL 24.59º 0.45% 0.74% -
HSV(B) 24.59º 0.28% 0.85% -
XYZ 51.73 50.8 38.98 -
YUV 189.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 218 182 157 0 0.17 0.28 0.15 24.59 0.45 0.74
Hex DA B6 9D 0 11 1C F 19 2D 4A
Octal 332 266 235 0 21 34 17 31 55 112
Binary 11011010 10110110 10011101 0 10001 11100 1111 11001 101101 1001010

Color Harmonies of #DAB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB69D

Black with #DAB69D

Text Example


Text Example

White with #DAB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB69D; }

 p { color: rgb(218,182,157); }

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

background-color css

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

 a { background-color: rgb(218,182,157); }

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

border-color css

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

 span { border-color: rgb(218,182,157); }

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