Html Css Color HEX #D8B362 Equator

📋 copy color: '#D8B362'

red 216 ◦ green 179 ◦ blue 98

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

Shades of Equator #D8B362

Tints of Equator #D8B362

RGB

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

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

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

R = 43.81%
G = 36.31%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8B362 (or 0xD8B362) is known color: Equator. HEX triplet: D8, B3 and 62. RGB value is (216,179,98). Sum of RGB (Red+Green+Blue) = 216+179+98=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B362 is #274C9D. Grayscale: #B5B5B5. Windows color (decimal): -2575518 or 6468568. OLE color: 6468568.

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

Color convert

RGB 216 179 98 -
CMYK 0 0.17 0.55 0.15
HSL 41.19º 0.6% 0.62% -
HSV(B) 41.19º 0.55% 0.85% -
XYZ 46.64 47.72 18.31 -
YUV 180.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 216 179 98 0 0.17 0.55 0.15 41.19 0.6 0.62
Hex D8 B3 62 0 11 37 F 29 3C 3E
Octal 330 263 142 0 21 67 17 51 74 76
Binary 11011000 10110011 1100010 0 10001 110111 1111 101001 111100 111110

Color Harmonies of #D8B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B362

Black with #D8B362

Text Example


Text Example

White with #D8B362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B362; }

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

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

background-color css

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

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

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

border-color css

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

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

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