Html Css Color HEX #D7B364 Equator

📋 copy color: '#D7B364'

red 215 ◦ green 179 ◦ blue 100

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

Shades of Equator #D7B364

Tints of Equator #D7B364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 43.52%
G = 36.23%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B364 (or 0xD7B364) is known color: Equator. HEX triplet: D7, B3 and 64. RGB value is (215,179,100). Sum of RGB (Red+Green+Blue) = 215+179+100=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B364 is #284C9B. Grayscale: #B5B5B5. Windows color (decimal): -2641052 or 6599639. OLE color: 6599639.

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

Color convert

RGB 215 179 100 -
CMYK 0 0.17 0.53 0.16
HSL 41.22º 0.59% 0.62% -
HSV(B) 41.22º 0.53% 0.84% -
XYZ 46.44 47.61 18.8 -
YUV 180.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 215 179 100 0 0.17 0.53 0.16 41.22 0.59 0.62
Hex D7 B3 64 0 11 35 10 29 3B 3E
Octal 327 263 144 0 21 65 20 51 73 76
Binary 11010111 10110011 1100100 0 10001 110101 10000 101001 111011 111110

Color Harmonies of #D7B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B364

Black with #D7B364

Text Example


Text Example

White with #D7B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B364; }

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

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

background-color css

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

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

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

border-color css

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

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

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