Html Css Color HEX #D9B262 Equator

📋 copy color: '#D9B262'

red 217 ◦ green 178 ◦ blue 98

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

Shades of Equator #D9B262

Tints of Equator #D9B262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 44.02%
G = 36.11%
B = 19.88%

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

#D9B262 (or 0xD9B262) is known color: Equator. HEX triplet: D9, B2 and 62. RGB value is (217,178,98). Sum of RGB (Red+Green+Blue) = 217+178+98=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B262 is #264D9D. Grayscale: #B4B4B4. Windows color (decimal): -2510238 or 6468313. OLE color: 6468313.

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

Color convert

RGB 217 178 98 -
CMYK 0 0.18 0.55 0.15
HSL 40.34º 0.61% 0.62% -
HSV(B) 40.34º 0.55% 0.85% -
XYZ 46.74 47.47 18.26 -
YUV 180.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 217 178 98 0 0.18 0.55 0.15 40.34 0.61 0.62
Hex D9 B2 62 0 12 37 F 28 3D 3E
Octal 331 262 142 0 22 67 17 50 75 76
Binary 11011001 10110010 1100010 0 10010 110111 1111 101000 111101 111110

Color Harmonies of #D9B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B262

Black with #D9B262

Text Example


Text Example

White with #D9B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B262; }

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

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

background-color css

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

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

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

border-color css

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

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

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