Html Css Color HEX #D5AC90 Cashmere

📋 copy color: '#D5AC90'

red 213 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #D5AC90

Tints of Cashmere #D5AC90

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 40.26%
G = 32.51%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5AC90 (or 0xD5AC90) is known color: Cashmere. HEX triplet: D5, AC and 90. RGB value is (213,172,144). Sum of RGB (Red+Green+Blue) = 213+172+144=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC90 is #2A536F. Grayscale: #B5B5B5. Windows color (decimal): -2773872 or 9481429. OLE color: 9481429.

HSL color Cylindrical-coordinate representation of color #D5AC90: hue angle of 24.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AC90 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 144 -
CMYK 0 0.19 0.32 0.16
HSL 24.35º 0.45% 0.7% -
HSV(B) 24.35º 0.32% 0.84% -
XYZ 47.23 45.66 32.71 -
YUV 181.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 213 172 144 0 0.19 0.32 0.16 24.35 0.45 0.7
Hex D5 AC 90 0 13 20 10 18 2D 46
Octal 325 254 220 0 23 40 20 30 55 106
Binary 11010101 10101100 10010000 0 10011 100000 10000 11000 101101 1000110

Color Harmonies of #D5AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC90

Black with #D5AC90

Text Example


Text Example

White with #D5AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC90; }

 p { color: rgb(213,172,144); }

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

background-color css

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

 a { background-color: rgb(213,172,144); }

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

border-color css

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

 span { border-color: rgb(213,172,144); }

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