Html Css Color HEX #D7B060 Equator

📋 copy color: '#D7B060'

red 215 ◦ green 176 ◦ blue 96

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

Shades of Equator #D7B060

Tints of Equator #D7B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

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

R = 44.15%
G = 36.14%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7B060 (or 0xD7B060) is known color: Equator. HEX triplet: D7, B0 and 60. RGB value is (215,176,96). Sum of RGB (Red+Green+Blue) = 215+176+96=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B060 is #284F9F. Grayscale: #B2B2B2. Windows color (decimal): -2641824 or 6336727. OLE color: 6336727.

HSL color Cylindrical-coordinate representation of color #D7B060: hue angle of 40.34º 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 #D7B060 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 176 96 -
CMYK 0 0.18 0.55 0.16
HSL 40.34º 0.6% 0.61% -
HSV(B) 40.34º 0.55% 0.84% -
XYZ 45.66 46.34 17.6 -
YUV 178.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 215 176 96 0 0.18 0.55 0.16 40.34 0.6 0.61
Hex D7 B0 60 0 12 37 10 28 3C 3D
Octal 327 260 140 0 22 67 20 50 74 75
Binary 11010111 10110000 1100000 0 10010 110111 10000 101000 111100 111101

Color Harmonies of #D7B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B060

Black with #D7B060

Text Example


Text Example

White with #D7B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B060; }

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

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

background-color css

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

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

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

border-color css

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

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

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