Html Css Color HEX #D3AE62 Equator

📋 copy color: '#D3AE62'

red 211 ◦ green 174 ◦ blue 98

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

Shades of Equator #D3AE62

Tints of Equator #D3AE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 43.69%
G = 36.02%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D3AE62 (or 0xD3AE62) is known color: Equator. HEX triplet: D3, AE and 62. RGB value is (211,174,98). Sum of RGB (Red+Green+Blue) = 211+174+98=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE62 is #2C519D. Grayscale: #B0B0B0. Windows color (decimal): -2904478 or 6467283. OLE color: 6467283.

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

Color convert

RGB 211 174 98 -
CMYK 0 0.18 0.54 0.17
HSL 40.35º 0.56% 0.61% -
HSV(B) 40.35º 0.54% 0.83% -
XYZ 44.2 45 17.91 -
YUV 176.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 211 174 98 0 0.18 0.54 0.17 40.35 0.56 0.61
Hex D3 AE 62 0 12 36 11 28 38 3D
Octal 323 256 142 0 22 66 21 50 70 75
Binary 11010011 10101110 1100010 0 10010 110110 10001 101000 111000 111101

Color Harmonies of #D3AE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE62

Black with #D3AE62

Text Example


Text Example

White with #D3AE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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