Html Css Color HEX #D7B260 Equator

📋 copy color: '#D7B260'

red 215 ◦ green 178 ◦ blue 96

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

Shades of Equator #D7B260

Tints of Equator #D7B260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

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

R = 43.97%
G = 36.4%
B = 19.63%

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

#D7B260 (or 0xD7B260) is known color: Equator. HEX triplet: D7, B2 and 60. RGB value is (215,178,96). Sum of RGB (Red+Green+Blue) = 215+178+96=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B260 is #284D9F. Grayscale: #B4B4B4. Windows color (decimal): -2641312 or 6337239. OLE color: 6337239.

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

Color convert

RGB 215 178 96 -
CMYK 0 0.17 0.55 0.16
HSL 41.34º 0.6% 0.61% -
HSV(B) 41.34º 0.55% 0.84% -
XYZ 46.06 47.13 17.74 -
YUV 179.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 215 178 96 0 0.17 0.55 0.16 41.34 0.6 0.61
Hex D7 B2 60 0 11 37 10 29 3C 3D
Octal 327 262 140 0 21 67 20 51 74 75
Binary 11010111 10110010 1100000 0 10001 110111 10000 101001 111100 111101

Color Harmonies of #D7B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B260

Black with #D7B260

Text Example


Text Example

White with #D7B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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