Html Css Color HEX #D9B865 Equator

📋 copy color: '#D9B865'

red 217 ◦ green 184 ◦ blue 101

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

Shades of Equator #D9B865

Tints of Equator #D9B865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

 BLUE value IS 101 (39.84% from 255) = 20.12%

R = 43.23%
G = 36.65%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B865 (or 0xD9B865) is known color: Equator. HEX triplet: D9, B8 and 65. RGB value is (217,184,101). Sum of RGB (Red+Green+Blue) = 217+184+101=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B865 is #26479A. Grayscale: #B8B8B8. Windows color (decimal): -2508699 or 6666457. OLE color: 6666457.

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

Color convert

RGB 217 184 101 -
CMYK 0 0.15 0.53 0.15
HSL 42.93º 0.6% 0.62% -
HSV(B) 42.93º 0.53% 0.85% -
XYZ 48.1 49.97 19.42 -
YUV 184.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 217 184 101 0 0.15 0.53 0.15 42.93 0.6 0.62
Hex D9 B8 65 0 F 35 F 2B 3C 3E
Octal 331 270 145 0 17 65 17 53 74 76
Binary 11011001 10111000 1100101 0 1111 110101 1111 101011 111100 111110

Color Harmonies of #D9B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B865

Black with #D9B865

Text Example


Text Example

White with #D9B865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B865; }

 p { color: rgb(217,184,101); }

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

background-color css

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

 a { background-color: rgb(217,184,101); }

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

border-color css

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

 span { border-color: rgb(217,184,101); }

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