Html Css Color HEX #D9B360 Equator

📋 copy color: '#D9B360'

red 217 ◦ green 179 ◦ blue 96

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

Shades of Equator #D9B360

Tints of Equator #D9B360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 44.11%
G = 36.38%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9B360 (or 0xD9B360) is known color: Equator. HEX triplet: D9, B3 and 60. RGB value is (217,179,96). Sum of RGB (Red+Green+Blue) = 217+179+96=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B360 is #264C9F. Grayscale: #B5B5B5. Windows color (decimal): -2509984 or 6337497. OLE color: 6337497.

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

Color convert

RGB 217 179 96 -
CMYK 0 0.18 0.56 0.15
HSL 41.16º 0.61% 0.61% -
HSV(B) 41.16º 0.56% 0.85% -
XYZ 46.85 47.84 17.83 -
YUV 180.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 217 179 96 0 0.18 0.56 0.15 41.16 0.61 0.61
Hex D9 B3 60 0 12 38 F 29 3D 3D
Octal 331 263 140 0 22 70 17 51 75 75
Binary 11011001 10110011 1100000 0 10010 111000 1111 101001 111101 111101

Color Harmonies of #D9B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B360

Black with #D9B360

Text Example


Text Example

White with #D9B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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