Html Css Color HEX #D1B063 Equator

📋 copy color: '#D1B063'

red 209 ◦ green 176 ◦ blue 99

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

Shades of Equator #D1B063

Tints of Equator #D1B063

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 99 (39.06% from 255) = 20.45%

R = 43.18%
G = 36.36%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1B063 (or 0xD1B063) is known color: Equator. HEX triplet: D1, B0 and 63. RGB value is (209,176,99). Sum of RGB (Red+Green+Blue) = 209+176+99=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B063 is #2E4F9C. Grayscale: #B1B1B1. Windows color (decimal): -3035037 or 6533329. OLE color: 6533329.

HSL color Cylindrical-coordinate representation of color #D1B063: hue angle of 42º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1B063 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 99 -
CMYK 0 0.16 0.53 0.18
HSL 42º 0.54% 0.6% -
HSV(B) 42º 0.53% 0.82% -
XYZ 44.07 45.51 18.27 -
YUV 177.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 209 176 99 0 0.16 0.53 0.18 42 0.54 0.6
Hex D1 B0 63 0 10 35 12 2A 36 3C
Octal 321 260 143 0 20 65 22 52 66 74
Binary 11010001 10110000 1100011 0 10000 110101 10010 101010 110110 111100

Color Harmonies of #D1B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B063

Black with #D1B063

Text Example


Text Example

White with #D1B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B063; }

 p { color: rgb(209,176,99); }

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

background-color css

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

 a { background-color: rgb(209,176,99); }

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

border-color css

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

 span { border-color: rgb(209,176,99); }

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