Html Css Color HEX #D3AF92 Cashmere

📋 copy color: '#D3AF92'

red 211 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #D3AF92

Tints of Cashmere #D3AF92

RGB

 RED value IS 211 (82.81% from 255) = 39.66%

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

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 39.66%
G = 32.89%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D3AF92 (or 0xD3AF92) is known color: Cashmere. HEX triplet: D3, AF and 92. RGB value is (211,175,146). Sum of RGB (Red+Green+Blue) = 211+175+146=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF92 is #2C506D. Grayscale: #B6B6B6. Windows color (decimal): -2904174 or 9613267. OLE color: 9613267.

HSL color Cylindrical-coordinate representation of color #D3AF92: hue angle of 26.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3AF92 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 146 -
CMYK 0 0.17 0.31 0.17
HSL 26.77º 0.42% 0.7% -
HSV(B) 26.77º 0.31% 0.83% -
XYZ 47.38 46.58 33.69 -
YUV 182.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 211 175 146 0 0.17 0.31 0.17 26.77 0.42 0.7
Hex D3 AF 92 0 11 1F 11 1B 2A 46
Octal 323 257 222 0 21 37 21 33 52 106
Binary 11010011 10101111 10010010 0 10001 11111 10001 11011 101010 1000110

Color Harmonies of #D3AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF92

Black with #D3AF92

Text Example


Text Example

White with #D3AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF92; }

 p { color: rgb(211,175,146); }

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

background-color css

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

 a { background-color: rgb(211,175,146); }

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

border-color css

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

 span { border-color: rgb(211,175,146); }

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