Html Css Color HEX #D9B45C Equator

📋 copy color: '#D9B45C'

red 217 ◦ green 180 ◦ blue 92

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

Shades of Equator #D9B45C

Tints of Equator #D9B45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.81%

R = 44.38%
G = 36.81%
B = 18.81%

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

#D9B45C (or 0xD9B45C) is known color: Equator. HEX triplet: D9, B4 and 5C. RGB value is (217,180,92). Sum of RGB (Red+Green+Blue) = 217+180+92=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B45C is #264BA3. Grayscale: #B5B5B5. Windows color (decimal): -2509732 or 6075609. OLE color: 6075609.

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

Color convert

RGB 217 180 92 -
CMYK 0 0.17 0.58 0.15
HSL 42.24º 0.62% 0.61% -
HSV(B) 42.24º 0.58% 0.85% -
XYZ 46.87 48.17 16.95 -
YUV 181.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 217 180 92 0 0.17 0.58 0.15 42.24 0.62 0.61
Hex D9 B4 5C 0 11 3A F 2A 3E 3D
Octal 331 264 134 0 21 72 17 52 76 75
Binary 11011001 10110100 1011100 0 10001 111010 1111 101010 111110 111101

Color Harmonies of #D9B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B45C

Black with #D9B45C

Text Example


Text Example

White with #D9B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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