Html Css Color HEX #D8B562 Equator

📋 copy color: '#D8B562'

red 216 ◦ green 181 ◦ blue 98

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

Shades of Equator #D8B562

Tints of Equator #D8B562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 43.64%
G = 36.57%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8B562 (or 0xD8B562) is known color: Equator. HEX triplet: D8, B5 and 62. RGB value is (216,181,98). Sum of RGB (Red+Green+Blue) = 216+181+98=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B562 is #274A9D. Grayscale: #B6B6B6. Windows color (decimal): -2575006 or 6469080. OLE color: 6469080.

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

Color convert

RGB 216 181 98 -
CMYK 0 0.16 0.55 0.15
HSL 42.2º 0.6% 0.62% -
HSV(B) 42.2º 0.55% 0.85% -
XYZ 47.05 48.53 18.44 -
YUV 182 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 216 181 98 0 0.16 0.55 0.15 42.2 0.6 0.62
Hex D8 B5 62 0 10 37 F 2A 3C 3E
Octal 330 265 142 0 20 67 17 52 74 76
Binary 11011000 10110101 1100010 0 10000 110111 1111 101010 111100 111110

Color Harmonies of #D8B562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B562

Black with #D8B562

Text Example


Text Example

White with #D8B562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B562; }

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

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

background-color css

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

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

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

border-color css

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

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

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