Html Css Color HEX #D0AE9C Cashmere

📋 copy color: '#D0AE9C'

red 208 ◦ green 174 ◦ blue 156

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

Shades of Cashmere #D0AE9C

Tints of Cashmere #D0AE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29%

R = 38.66%
G = 32.34%
B = 29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0AE9C (or 0xD0AE9C) is known color: Cashmere. HEX triplet: D0, AE and 9C. RGB value is (208,174,156). Sum of RGB (Red+Green+Blue) = 208+174+156=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE9C is #2F5163. Grayscale: #B6B6B6. Windows color (decimal): -3101028 or 10268368. OLE color: 10268368.

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

Color convert

RGB 208 174 156 -
CMYK 0 0.16 0.25 0.18
HSL 20.77º 0.36% 0.71% -
HSV(B) 20.77º 0.25% 0.82% -
XYZ 47.15 46.08 37.86 -
YUV 182.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 208 174 156 0 0.16 0.25 0.18 20.77 0.36 0.71
Hex D0 AE 9C 0 10 19 12 15 24 47
Octal 320 256 234 0 20 31 22 25 44 107
Binary 11010000 10101110 10011100 0 10000 11001 10010 10101 100100 1000111

Color Harmonies of #D0AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE9C

Black with #D0AE9C

Text Example


Text Example

White with #D0AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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