Html Css Color HEX #D9B45B Equator

📋 copy color: '#D9B45B'

red 217 ◦ green 180 ◦ blue 91

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

Shades of Equator #D9B45B

Tints of Equator #D9B45B

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

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

 BLUE value IS 91 (35.94% from 255) = 18.65%

R = 44.47%
G = 36.89%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9B45B (or 0xD9B45B) is known color: Equator. HEX triplet: D9, B4 and 5B. RGB value is (217,180,91). Sum of RGB (Red+Green+Blue) = 217+180+91=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B45B is #264BA4. Grayscale: #B5B5B5. Windows color (decimal): -2509733 or 6010073. OLE color: 6010073.

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

Color convert

RGB 217 180 91 -
CMYK 0 0.17 0.58 0.15
HSL 42.38º 0.62% 0.6% -
HSV(B) 42.38º 0.58% 0.85% -
XYZ 46.82 48.15 16.72 -
YUV 180.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 217 180 91 0 0.17 0.58 0.15 42.38 0.62 0.6
Hex D9 B4 5B 0 11 3A F 2A 3E 3C
Octal 331 264 133 0 21 72 17 52 76 74
Binary 11011001 10110100 1011011 0 10001 111010 1111 101010 111110 111100

Color Harmonies of #D9B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B45B

Black with #D9B45B

Text Example


Text Example

White with #D9B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B45B; }

 p { color: rgb(217,180,91); }

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

background-color css

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

 a { background-color: rgb(217,180,91); }

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

border-color css

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

 span { border-color: rgb(217,180,91); }

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