Html Css Color HEX #D7B360 Equator

📋 copy color: '#D7B360'

red 215 ◦ green 179 ◦ blue 96

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

Shades of Equator #D7B360

Tints of Equator #D7B360

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 36.53%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7B360 (or 0xD7B360) is known color: Equator. HEX triplet: D7, B3 and 60. RGB value is (215,179,96). Sum of RGB (Red+Green+Blue) = 215+179+96=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B360 is #284C9F. Grayscale: #B4B4B4. Windows color (decimal): -2641056 or 6337495. OLE color: 6337495.

HSL color Cylindrical-coordinate representation of color #D7B360: hue angle of 41.85º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7B360 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 96 -
CMYK 0 0.17 0.55 0.16
HSL 41.85º 0.6% 0.61% -
HSV(B) 41.85º 0.55% 0.84% -
XYZ 46.26 47.53 17.8 -
YUV 180.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 215 179 96 0 0.17 0.55 0.16 41.85 0.6 0.61
Hex D7 B3 60 0 11 37 10 2A 3C 3D
Octal 327 263 140 0 21 67 20 52 74 75
Binary 11010111 10110011 1100000 0 10001 110111 10000 101010 111100 111101

Color Harmonies of #D7B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B360

Black with #D7B360

Text Example


Text Example

White with #D7B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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