Html Css Color HEX #D6AF5F Equator

📋 copy color: '#D6AF5F'

red 214 ◦ green 175 ◦ blue 95

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

Shades of Equator #D6AF5F

Tints of Equator #D6AF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 44.21%
G = 36.16%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6AF5F (or 0xD6AF5F) is known color: Equator. HEX triplet: D6, AF and 5F. RGB value is (214,175,95). Sum of RGB (Red+Green+Blue) = 214+175+95=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF5F is #2950A0. Grayscale: #B1B1B1. Windows color (decimal): -2707617 or 6270934. OLE color: 6270934.

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

Color convert

RGB 214 175 95 -
CMYK 0 0.18 0.56 0.16
HSL 40.34º 0.59% 0.61% -
HSV(B) 40.34º 0.56% 0.84% -
XYZ 45.13 45.78 17.28 -
YUV 177.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 214 175 95 0 0.18 0.56 0.16 40.34 0.59 0.61
Hex D6 AF 5F 0 12 38 10 28 3B 3D
Octal 326 257 137 0 22 70 20 50 73 75
Binary 11010110 10101111 1011111 0 10010 111000 10000 101000 111011 111101

Color Harmonies of #D6AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF5F

Black with #D6AF5F

Text Example


Text Example

White with #D6AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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