Html Css Color HEX #D7B064 Equator

📋 copy color: '#D7B064'

red 215 ◦ green 176 ◦ blue 100

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

Shades of Equator #D7B064

Tints of Equator #D7B064

RGB

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

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

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

R = 43.79%
G = 35.85%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B064 (or 0xD7B064) is known color: Equator. HEX triplet: D7, B0 and 64. RGB value is (215,176,100). Sum of RGB (Red+Green+Blue) = 215+176+100=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B064 is #284F9B. Grayscale: #B3B3B3. Windows color (decimal): -2641820 or 6598871. OLE color: 6598871.

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

Color convert

RGB 215 176 100 -
CMYK 0 0.18 0.53 0.16
HSL 39.65º 0.59% 0.62% -
HSV(B) 39.65º 0.53% 0.84% -
XYZ 45.85 46.42 18.6 -
YUV 179 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 215 176 100 0 0.18 0.53 0.16 39.65 0.59 0.62
Hex D7 B0 64 0 12 35 10 28 3B 3E
Octal 327 260 144 0 22 65 20 50 73 76
Binary 11010111 10110000 1100100 0 10010 110101 10000 101000 111011 111110

Color Harmonies of #D7B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B064

Black with #D7B064

Text Example


Text Example

White with #D7B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B064; }

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

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

background-color css

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

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

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

border-color css

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

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

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