Html Css Color HEX #D8B459 Equator

📋 copy color: '#D8B459'

red 216 ◦ green 180 ◦ blue 89

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

Shades of Equator #D8B459

Tints of Equator #D8B459

RGB

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

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

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

R = 44.54%
G = 37.11%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8B459 (or 0xD8B459) is known color: Equator. HEX triplet: D8, B4 and 59. RGB value is (216,180,89). Sum of RGB (Red+Green+Blue) = 216+180+89=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B459 is #274BA6. Grayscale: #B4B4B4. Windows color (decimal): -2575271 or 5879000. OLE color: 5879000.

HSL color Cylindrical-coordinate representation of color #D8B459: hue angle of 42.99º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8B459 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 180 89 -
CMYK 0 0.17 0.59 0.15
HSL 42.99º 0.62% 0.6% -
HSV(B) 42.99º 0.59% 0.85% -
XYZ 46.44 47.96 16.26 -
YUV 180.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 216 180 89 0 0.17 0.59 0.15 42.99 0.62 0.6
Hex D8 B4 59 0 11 3B F 2B 3E 3C
Octal 330 264 131 0 21 73 17 53 76 74
Binary 11011000 10110100 1011001 0 10001 111011 1111 101011 111110 111100

Color Harmonies of #D8B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B459

Black with #D8B459

Text Example


Text Example

White with #D8B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B459; }

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

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

background-color css

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

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

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

border-color css

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

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

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