Html Css Color HEX #D9B162 Equator

📋 copy color: '#D9B162'

red 217 ◦ green 177 ◦ blue 98

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

Shades of Equator #D9B162

Tints of Equator #D9B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

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

R = 44.11%
G = 35.98%
B = 19.92%

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

#D9B162 (or 0xD9B162) is known color: Equator. HEX triplet: D9, B1 and 62. RGB value is (217,177,98). Sum of RGB (Red+Green+Blue) = 217+177+98=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B162 is #264E9D. Grayscale: #B4B4B4. Windows color (decimal): -2510494 or 6468057. OLE color: 6468057.

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

Color convert

RGB 217 177 98 -
CMYK 0 0.18 0.55 0.15
HSL 39.83º 0.61% 0.62% -
HSV(B) 39.83º 0.55% 0.85% -
XYZ 46.54 47.08 18.19 -
YUV 179.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 217 177 98 0 0.18 0.55 0.15 39.83 0.61 0.62
Hex D9 B1 62 0 12 37 F 28 3D 3E
Octal 331 261 142 0 22 67 17 50 75 76
Binary 11011001 10110001 1100010 0 10010 110111 1111 101000 111101 111110

Color Harmonies of #D9B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B162

Black with #D9B162

Text Example


Text Example

White with #D9B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B162; }

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

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

background-color css

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

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

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

border-color css

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

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

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