Html Css Color HEX #D9B461 Equator

📋 copy color: '#D9B461'

red 217 ◦ green 180 ◦ blue 97

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

Shades of Equator #D9B461

Tints of Equator #D9B461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 43.93%
G = 36.44%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9B461 (or 0xD9B461) is known color: Equator. HEX triplet: D9, B4 and 61. RGB value is (217,180,97). Sum of RGB (Red+Green+Blue) = 217+180+97=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B461 is #264B9E. Grayscale: #B5B5B5. Windows color (decimal): -2509727 or 6403289. OLE color: 6403289.

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

Color convert

RGB 217 180 97 -
CMYK 0 0.17 0.55 0.15
HSL 41.5º 0.61% 0.62% -
HSV(B) 41.5º 0.55% 0.85% -
XYZ 47.09 48.26 18.14 -
YUV 181.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 217 180 97 0 0.17 0.55 0.15 41.5 0.61 0.62
Hex D9 B4 61 0 11 37 F 2A 3D 3E
Octal 331 264 141 0 21 67 17 52 75 76
Binary 11011001 10110100 1100001 0 10001 110111 1111 101010 111101 111110

Color Harmonies of #D9B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B461

Black with #D9B461

Text Example


Text Example

White with #D9B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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