Html Css Color HEX #D8B359 Equator

📋 copy color: '#D8B359'

red 216 ◦ green 179 ◦ blue 89

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

Shades of Equator #D8B359

Tints of Equator #D8B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 44.63%
G = 36.98%
B = 18.39%

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

#D8B359 (or 0xD8B359) is known color: Equator. HEX triplet: D8, B3 and 59. RGB value is (216,179,89). Sum of RGB (Red+Green+Blue) = 216+179+89=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B359 is #274CA6. Grayscale: #B4B4B4. Windows color (decimal): -2575527 or 5878744. OLE color: 5878744.

HSL color Cylindrical-coordinate representation of color #D8B359: hue angle of 42.52º 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 #D8B359 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 89 -
CMYK 0 0.17 0.59 0.15
HSL 42.52º 0.62% 0.6% -
HSV(B) 42.52º 0.59% 0.85% -
XYZ 46.24 47.56 16.19 -
YUV 179.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 216 179 89 0 0.17 0.59 0.15 42.52 0.62 0.6
Hex D8 B3 59 0 11 3B F 2B 3E 3C
Octal 330 263 131 0 21 73 17 53 76 74
Binary 11011000 10110011 1011001 0 10001 111011 1111 101011 111110 111100

Color Harmonies of #D8B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B359

Black with #D8B359

Text Example


Text Example

White with #D8B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B359; }

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

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

background-color css

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

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

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

border-color css

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

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

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