Html Css Color HEX #D9B564 Equator

📋 copy color: '#D9B564'

red 217 ◦ green 181 ◦ blue 100

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

Shades of Equator #D9B564

Tints of Equator #D9B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

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

R = 43.57%
G = 36.35%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9B564 (or 0xD9B564) is known color: Equator. HEX triplet: D9, B5 and 64. RGB value is (217,181,100). Sum of RGB (Red+Green+Blue) = 217+181+100=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B564 is #264A9B. Grayscale: #B6B6B6. Windows color (decimal): -2509468 or 6600153. OLE color: 6600153.

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

Color convert

RGB 217 181 100 -
CMYK 0 0.17 0.54 0.15
HSL 41.54º 0.61% 0.62% -
HSV(B) 41.54º 0.54% 0.85% -
XYZ 47.44 48.72 18.96 -
YUV 182.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 217 181 100 0 0.17 0.54 0.15 41.54 0.61 0.62
Hex D9 B5 64 0 11 36 F 2A 3D 3E
Octal 331 265 144 0 21 66 17 52 75 76
Binary 11011001 10110101 1100100 0 10001 110110 1111 101010 111101 111110

Color Harmonies of #D9B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B564

Black with #D9B564

Text Example


Text Example

White with #D9B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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