Html Css Color HEX #D4AF8F Tan

📋 copy color: '#D4AF8F'

red 212 ◦ green 175 ◦ blue 143

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

Shades of Tan #D4AF8F

Tints of Tan #D4AF8F

RGB

 RED value IS 212 (83.2% from 255) = 40%

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

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

R = 40%
G = 33.02%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4AF8F (or 0xD4AF8F) is known color: Tan. HEX triplet: D4, AF and 8F. RGB value is (212,175,143). Sum of RGB (Red+Green+Blue) = 212+175+143=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AF8F is #2B5070. Grayscale: #B6B6B6. Windows color (decimal): -2838641 or 9416660. OLE color: 9416660.

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

Color convert

RGB 212 175 143 -
CMYK 0 0.17 0.33 0.17
HSL 27.83º 0.45% 0.7% -
HSV(B) 27.83º 0.33% 0.83% -
XYZ 47.44 46.64 32.49 -
YUV 182.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 212 175 143 0 0.17 0.33 0.17 27.83 0.45 0.7
Hex D4 AF 8F 0 11 21 11 1C 2D 46
Octal 324 257 217 0 21 41 21 34 55 106
Binary 11010100 10101111 10001111 0 10001 100001 10001 11100 101101 1000110

Color Harmonies of #D4AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF8F

Black with #D4AF8F

Text Example


Text Example

White with #D4AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF8F; }

 p { color: rgb(212,175,143); }

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

background-color css

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

 a { background-color: rgb(212,175,143); }

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

border-color css

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

 span { border-color: rgb(212,175,143); }

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