Html Css Color HEX #D0AE99 Cashmere

📋 copy color: '#D0AE99'

red 208 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #D0AE99

Tints of Cashmere #D0AE99

RGB

 RED value IS 208 (81.64% from 255) = 38.88%

 GREEN value IS 174 (68.36% from 255) = 32.52%

 BLUE value IS 153 (60.16% from 255) = 28.6%

R = 38.88%
G = 32.52%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0AE99 (or 0xD0AE99) is known color: Cashmere. HEX triplet: D0, AE and 99. RGB value is (208,174,153). Sum of RGB (Red+Green+Blue) = 208+174+153=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE99 is #2F5166. Grayscale: #B5B5B5. Windows color (decimal): -3101031 or 10071760. OLE color: 10071760.

HSL color Cylindrical-coordinate representation of color #D0AE99: hue angle of 22.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0AE99 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 153 -
CMYK 0 0.16 0.26 0.18
HSL 22.91º 0.37% 0.71% -
HSV(B) 22.91º 0.26% 0.82% -
XYZ 46.9 45.98 36.54 -
YUV 181.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 208 174 153 0 0.16 0.26 0.18 22.91 0.37 0.71
Hex D0 AE 99 0 10 1A 12 17 25 47
Octal 320 256 231 0 20 32 22 27 45 107
Binary 11010000 10101110 10011001 0 10000 11010 10010 10111 100101 1000111

Color Harmonies of #D0AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE99

Black with #D0AE99

Text Example


Text Example

White with #D0AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE99; }

 p { color: rgb(208,174,153); }

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

background-color css

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

 a { background-color: rgb(208,174,153); }

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

border-color css

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

 span { border-color: rgb(208,174,153); }

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