Html Css Color HEX #D7B459 Equator

📋 copy color: '#D7B459'

red 215 ◦ green 180 ◦ blue 89

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

Shades of Equator #D7B459

Tints of Equator #D7B459

RGB

 RED value IS 215 (84.38% from 255) = 44.42%

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 89 (35.16% from 255) = 18.39%

R = 44.42%
G = 37.19%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7B459 (or 0xD7B459) is known color: Equator. HEX triplet: D7, B4 and 59. RGB value is (215,180,89). Sum of RGB (Red+Green+Blue) = 215+180+89=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B459 is #284BA6. Grayscale: #B4B4B4. Windows color (decimal): -2640807 or 5878999. OLE color: 5878999.

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

Color convert

RGB 215 180 89 -
CMYK 0 0.16 0.59 0.16
HSL 43.33º 0.61% 0.6% -
HSV(B) 43.33º 0.59% 0.84% -
XYZ 46.15 47.81 16.25 -
YUV 180.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 215 180 89 0 0.16 0.59 0.16 43.33 0.61 0.6
Hex D7 B4 59 0 10 3B 10 2B 3D 3C
Octal 327 264 131 0 20 73 20 53 75 74
Binary 11010111 10110100 1011001 0 10000 111011 10000 101011 111101 111100

Color Harmonies of #D7B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B459

Black with #D7B459

Text Example


Text Example

White with #D7B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B459; }

 p { color: rgb(215,180,89); }

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

background-color css

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

 a { background-color: rgb(215,180,89); }

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

border-color css

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

 span { border-color: rgb(215,180,89); }

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