Html Css Color HEX #D9B764 Equator

📋 copy color: '#D9B764'

red 217 ◦ green 183 ◦ blue 100

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

Shades of Equator #D9B764

Tints of Equator #D9B764

RGB

 RED value IS 217 (85.16% from 255) = 43.4%

 GREEN value IS 183 (71.88% from 255) = 36.6%

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

R = 43.4%
G = 36.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9B764 (or 0xD9B764) is known color: Equator. HEX triplet: D9, B7 and 64. RGB value is (217,183,100). Sum of RGB (Red+Green+Blue) = 217+183+100=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B764 is #26489B. Grayscale: #B8B8B8. Windows color (decimal): -2508956 or 6600665. OLE color: 6600665.

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

Color convert

RGB 217 183 100 -
CMYK 0 0.16 0.54 0.15
HSL 42.56º 0.61% 0.62% -
HSV(B) 42.56º 0.54% 0.85% -
XYZ 47.85 49.54 19.1 -
YUV 183.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 217 183 100 0 0.16 0.54 0.15 42.56 0.61 0.62
Hex D9 B7 64 0 10 36 F 2B 3D 3E
Octal 331 267 144 0 20 66 17 53 75 76
Binary 11011001 10110111 1100100 0 10000 110110 1111 101011 111101 111110

Color Harmonies of #D9B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B764

Black with #D9B764

Text Example


Text Example

White with #D9B764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B764; }

 p { color: rgb(217,183,100); }

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

background-color css

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

 a { background-color: rgb(217,183,100); }

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

border-color css

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

 span { border-color: rgb(217,183,100); }

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