Html Css Color HEX #D7B063 Equator

📋 copy color: '#D7B063'

red 215 ◦ green 176 ◦ blue 99

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

Shades of Equator #D7B063

Tints of Equator #D7B063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.2%

R = 43.88%
G = 35.92%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7B063 (or 0xD7B063) is known color: Equator. HEX triplet: D7, B0 and 63. RGB value is (215,176,99). Sum of RGB (Red+Green+Blue) = 215+176+99=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B063 is #284F9C. Grayscale: #B3B3B3. Windows color (decimal): -2641821 or 6533335. OLE color: 6533335.

HSL color Cylindrical-coordinate representation of color #D7B063: hue angle of 39.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7B063 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 176 99 -
CMYK 0 0.18 0.54 0.16
HSL 39.83º 0.59% 0.62% -
HSV(B) 39.83º 0.54% 0.84% -
XYZ 45.8 46.4 18.35 -
YUV 178.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 215 176 99 0 0.18 0.54 0.16 39.83 0.59 0.62
Hex D7 B0 63 0 12 36 10 28 3B 3E
Octal 327 260 143 0 22 66 20 50 73 76
Binary 11010111 10110000 1100011 0 10010 110110 10000 101000 111011 111110

Color Harmonies of #D7B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B063

Black with #D7B063

Text Example


Text Example

White with #D7B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B063; }

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

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

background-color css

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

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

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

border-color css

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

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

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