Html Css Color HEX #D9B868 Equator

📋 copy color: '#D9B868'

red 217 ◦ green 184 ◦ blue 104

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

Shades of Equator #D9B868

Tints of Equator #D9B868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 42.97%
G = 36.44%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9B868 (or 0xD9B868) is known color: Equator. HEX triplet: D9, B8 and 68. RGB value is (217,184,104). Sum of RGB (Red+Green+Blue) = 217+184+104=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B868 is #264797. Grayscale: #B9B9B9. Windows color (decimal): -2508696 or 6863065. OLE color: 6863065.

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

Color convert

RGB 217 184 104 -
CMYK 0 0.15 0.52 0.15
HSL 42.48º 0.6% 0.63% -
HSV(B) 42.48º 0.52% 0.85% -
XYZ 48.25 50.03 20.21 -
YUV 184.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 217 184 104 0 0.15 0.52 0.15 42.48 0.6 0.63
Hex D9 B8 68 0 F 34 F 2A 3C 3F
Octal 331 270 150 0 17 64 17 52 74 77
Binary 11011001 10111000 1101000 0 1111 110100 1111 101010 111100 111111

Color Harmonies of #D9B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B868

Black with #D9B868

Text Example


Text Example

White with #D9B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B868; }

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

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

background-color css

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

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

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

border-color css

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

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

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