Html Css Color HEX #D8B55A Equator

📋 copy color: '#D8B55A'

red 216 ◦ green 181 ◦ blue 90

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

Shades of Equator #D8B55A

Tints of Equator #D8B55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 44.35%
G = 37.17%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8B55A (or 0xD8B55A) is known color: Equator. HEX triplet: D8, B5 and 5A. RGB value is (216,181,90). Sum of RGB (Red+Green+Blue) = 216+181+90=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B55A is #274AA5. Grayscale: #B5B5B5. Windows color (decimal): -2575014 or 5944792. OLE color: 5944792.

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

Color convert

RGB 216 181 90 -
CMYK 0 0.16 0.58 0.15
HSL 43.33º 0.62% 0.6% -
HSV(B) 43.33º 0.58% 0.85% -
XYZ 46.69 48.38 16.55 -
YUV 181.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 216 181 90 0 0.16 0.58 0.15 43.33 0.62 0.6
Hex D8 B5 5A 0 10 3A F 2B 3E 3C
Octal 330 265 132 0 20 72 17 53 76 74
Binary 11011000 10110101 1011010 0 10000 111010 1111 101011 111110 111100

Color Harmonies of #D8B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B55A

Black with #D8B55A

Text Example


Text Example

White with #D8B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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