Html Css Color HEX #D9B365 Equator

📋 copy color: '#D9B365'

red 217 ◦ green 179 ◦ blue 101

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

Shades of Equator #D9B365

Tints of Equator #D9B365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 43.66%
G = 36.02%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B365 (or 0xD9B365) is known color: Equator. HEX triplet: D9, B3 and 65. RGB value is (217,179,101). Sum of RGB (Red+Green+Blue) = 217+179+101=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B365 is #264C9A. Grayscale: #B5B5B5. Windows color (decimal): -2509979 or 6665177. OLE color: 6665177.

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

Color convert

RGB 217 179 101 -
CMYK 0 0.18 0.53 0.15
HSL 40.34º 0.6% 0.62% -
HSV(B) 40.34º 0.53% 0.85% -
XYZ 47.08 47.93 19.08 -
YUV 181.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 217 179 101 0 0.18 0.53 0.15 40.34 0.6 0.62
Hex D9 B3 65 0 12 35 F 28 3C 3E
Octal 331 263 145 0 22 65 17 50 74 76
Binary 11011001 10110011 1100101 0 10010 110101 1111 101000 111100 111110

Color Harmonies of #D9B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B365

Black with #D9B365

Text Example


Text Example

White with #D9B365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B365; }

 p { color: rgb(217,179,101); }

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

background-color css

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

 a { background-color: rgb(217,179,101); }

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

border-color css

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

 span { border-color: rgb(217,179,101); }

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