Html Css Color HEX #D3AE92 Cashmere

📋 copy color: '#D3AE92'

red 211 ◦ green 174 ◦ blue 146

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

Shades of Cashmere #D3AE92

Tints of Cashmere #D3AE92

RGB

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

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

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

R = 39.74%
G = 32.77%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D3AE92 (or 0xD3AE92) is known color: Cashmere. HEX triplet: D3, AE and 92. RGB value is (211,174,146). Sum of RGB (Red+Green+Blue) = 211+174+146=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE92 is #2C516D. Grayscale: #B6B6B6. Windows color (decimal): -2904430 or 9613011. OLE color: 9613011.

HSL color Cylindrical-coordinate representation of color #D3AE92: hue angle of 25.85º 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 #D3AE92 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 146 -
CMYK 0 0.18 0.31 0.17
HSL 25.85º 0.42% 0.7% -
HSV(B) 25.85º 0.31% 0.83% -
XYZ 47.19 46.2 33.62 -
YUV 181.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 211 174 146 0 0.18 0.31 0.17 25.85 0.42 0.7
Hex D3 AE 92 0 12 1F 11 1A 2A 46
Octal 323 256 222 0 22 37 21 32 52 106
Binary 11010011 10101110 10010010 0 10010 11111 10001 11010 101010 1000110

Color Harmonies of #D3AE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE92

Black with #D3AE92

Text Example


Text Example

White with #D3AE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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