Html Css Color HEX #D6AF93 Cashmere

📋 copy color: '#D6AF93'

red 214 ◦ green 175 ◦ blue 147

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

Shades of Cashmere #D6AF93

Tints of Cashmere #D6AF93

RGB

 RED value IS 214 (83.98% from 255) = 39.93%

 GREEN value IS 175 (68.75% from 255) = 32.65%

 BLUE value IS 147 (57.81% from 255) = 27.43%

R = 39.93%
G = 32.65%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6AF93 (or 0xD6AF93) is known color: Cashmere. HEX triplet: D6, AF and 93. RGB value is (214,175,147). Sum of RGB (Red+Green+Blue) = 214+175+147=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF93 is #29506C. Grayscale: #B7B7B7. Windows color (decimal): -2707565 or 9678806. OLE color: 9678806.

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

Color convert

RGB 214 175 147 -
CMYK 0 0.18 0.31 0.16
HSL 25.07º 0.45% 0.71% -
HSV(B) 25.07º 0.31% 0.84% -
XYZ 48.33 47.06 34.14 -
YUV 183.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 214 175 147 0 0.18 0.31 0.16 25.07 0.45 0.71
Hex D6 AF 93 0 12 1F 10 19 2D 47
Octal 326 257 223 0 22 37 20 31 55 107
Binary 11010110 10101111 10010011 0 10010 11111 10000 11001 101101 1000111

Color Harmonies of #D6AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF93

Black with #D6AF93

Text Example


Text Example

White with #D6AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF93; }

 p { color: rgb(214,175,147); }

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

background-color css

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

 a { background-color: rgb(214,175,147); }

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

border-color css

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

 span { border-color: rgb(214,175,147); }

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