Html Css Color HEX #D3AE8F Cashmere

📋 copy color: '#D3AE8F'

red 211 ◦ green 174 ◦ blue 143

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

Shades of Cashmere #D3AE8F

Tints of Cashmere #D3AE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 39.96%
G = 32.95%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3AE8F (or 0xD3AE8F) is known color: Cashmere. HEX triplet: D3, AE and 8F. RGB value is (211,174,143). Sum of RGB (Red+Green+Blue) = 211+174+143=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE8F is #2C5170. Grayscale: #B5B5B5. Windows color (decimal): -2904433 or 9416403. OLE color: 9416403.

HSL color Cylindrical-coordinate representation of color #D3AE8F: hue angle of 27.35º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3AE8F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 143 -
CMYK 0 0.18 0.32 0.17
HSL 27.35º 0.44% 0.69% -
HSV(B) 27.35º 0.32% 0.83% -
XYZ 46.96 46.1 32.41 -
YUV 181.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 211 174 143 0 0.18 0.32 0.17 27.35 0.44 0.69
Hex D3 AE 8F 0 12 20 11 1B 2C 45
Octal 323 256 217 0 22 40 21 33 54 105
Binary 11010011 10101110 10001111 0 10010 100000 10001 11011 101100 1000101

Color Harmonies of #D3AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE8F

Black with #D3AE8F

Text Example


Text Example

White with #D3AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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