Html Css Color HEX #D7B261 Equator

📋 copy color: '#D7B261'

red 215 ◦ green 178 ◦ blue 97

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

Shades of Equator #D7B261

Tints of Equator #D7B261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 43.88%
G = 36.33%
B = 19.8%

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

#D7B261 (or 0xD7B261) is known color: Equator. HEX triplet: D7, B2 and 61. RGB value is (215,178,97). Sum of RGB (Red+Green+Blue) = 215+178+97=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B261 is #284D9E. Grayscale: #B4B4B4. Windows color (decimal): -2641311 or 6402775. OLE color: 6402775.

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

Color convert

RGB 215 178 97 -
CMYK 0 0.17 0.55 0.16
HSL 41.19º 0.6% 0.61% -
HSV(B) 41.19º 0.55% 0.84% -
XYZ 46.1 47.15 17.98 -
YUV 179.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 215 178 97 0 0.17 0.55 0.16 41.19 0.6 0.61
Hex D7 B2 61 0 11 37 10 29 3C 3D
Octal 327 262 141 0 21 67 20 51 74 75
Binary 11010111 10110010 1100001 0 10001 110111 10000 101001 111100 111101

Color Harmonies of #D7B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B261

Black with #D7B261

Text Example


Text Example

White with #D7B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B261; }

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

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

background-color css

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

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

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

border-color css

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

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

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