Html Css Color HEX #D0AE91 Cashmere

📋 copy color: '#D0AE91'

red 208 ◦ green 174 ◦ blue 145

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

Shades of Cashmere #D0AE91

Tints of Cashmere #D0AE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.51%

R = 39.47%
G = 33.02%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D0AE91 (or 0xD0AE91) is known color: Cashmere. HEX triplet: D0, AE and 91. RGB value is (208,174,145). Sum of RGB (Red+Green+Blue) = 208+174+145=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE91 is #2F516E. Grayscale: #B5B5B5. Windows color (decimal): -3101039 or 9547472. OLE color: 9547472.

HSL color Cylindrical-coordinate representation of color #D0AE91: hue angle of 27.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AE91 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 145 -
CMYK 0 0.16 0.30 0.18
HSL 27.62º 0.4% 0.69% -
HSV(B) 27.62º 0.3% 0.82% -
XYZ 46.26 45.73 33.18 -
YUV 180.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 208 174 145 0 0.16 0.30 0.18 27.62 0.4 0.69
Hex D0 AE 91 0 10 1E 12 1C 28 45
Octal 320 256 221 0 20 36 22 34 50 105
Binary 11010000 10101110 10010001 0 10000 11110 10010 11100 101000 1000101

Color Harmonies of #D0AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE91

Black with #D0AE91

Text Example


Text Example

White with #D0AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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