Html Css Color HEX #D8AF5E Equator

📋 copy color: '#D8AF5E'

red 216 ◦ green 175 ◦ blue 94

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

Shades of Equator #D8AF5E

Tints of Equator #D8AF5E

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 44.54%
G = 36.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8AF5E (or 0xD8AF5E) is known color: Equator. HEX triplet: D8, AF and 5E. RGB value is (216,175,94). Sum of RGB (Red+Green+Blue) = 216+175+94=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF5E is #2750A1. Grayscale: #B2B2B2. Windows color (decimal): -2576546 or 6205400. OLE color: 6205400.

HSL color Cylindrical-coordinate representation of color #D8AF5E: hue angle of 39.84º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8AF5E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 94 -
CMYK 0 0.19 0.56 0.15
HSL 39.84º 0.61% 0.61% -
HSV(B) 39.84º 0.56% 0.85% -
XYZ 45.67 46.07 17.07 -
YUV 178.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 216 175 94 0 0.19 0.56 0.15 39.84 0.61 0.61
Hex D8 AF 5E 0 13 38 F 28 3D 3D
Octal 330 257 136 0 23 70 17 50 75 75
Binary 11011000 10101111 1011110 0 10011 111000 1111 101000 111101 111101

Color Harmonies of #D8AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF5E

Black with #D8AF5E

Text Example


Text Example

White with #D8AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF5E; }

 p { color: rgb(216,175,94); }

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

background-color css

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

 a { background-color: rgb(216,175,94); }

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

border-color css

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

 span { border-color: rgb(216,175,94); }

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