Html Css Color HEX #D9B261 Equator

📋 copy color: '#D9B261'

red 217 ◦ green 178 ◦ blue 97

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

Shades of Equator #D9B261

Tints of Equator #D9B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 97 (38.28% from 255) = 19.72%

R = 44.11%
G = 36.18%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9B261 (or 0xD9B261) is known color: Equator. HEX triplet: D9, B2 and 61. RGB value is (217,178,97). Sum of RGB (Red+Green+Blue) = 217+178+97=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B261 is #264D9E. Grayscale: #B4B4B4. Windows color (decimal): -2510239 or 6402777. OLE color: 6402777.

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

Color convert

RGB 217 178 97 -
CMYK 0 0.18 0.55 0.15
HSL 40.5º 0.61% 0.62% -
HSV(B) 40.5º 0.55% 0.85% -
XYZ 46.69 47.46 18.01 -
YUV 180.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 217 178 97 0 0.18 0.55 0.15 40.5 0.61 0.62
Hex D9 B2 61 0 12 37 F 28 3D 3E
Octal 331 262 141 0 22 67 17 50 75 76
Binary 11011001 10110010 1100001 0 10010 110111 1111 101000 111101 111110

Color Harmonies of #D9B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B261

Black with #D9B261

Text Example


Text Example

White with #D9B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B261; }

 p { color: rgb(217,178,97); }

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

background-color css

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

 a { background-color: rgb(217,178,97); }

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

border-color css

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

 span { border-color: rgb(217,178,97); }

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