Html Css Color HEX #D1B63E Old Gold

📋 copy color: '#D1B63E'

red 209 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #D1B63E

Tints of Old Gold #D1B63E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 46.14%
G = 40.18%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1B63E (or 0xD1B63E) is known color: Old Gold. HEX triplet: D1, B6 and 3E. RGB value is (209,182,62). Sum of RGB (Red+Green+Blue) = 209+182+62=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B63E is #2E49C1. Grayscale: #B0B0B0. Windows color (decimal): -3033538 or 4110033. OLE color: 4110033.

HSL color Cylindrical-coordinate representation of color #D1B63E: hue angle of 48.98º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1B63E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 62 -
CMYK 0 0.13 0.70 0.18
HSL 48.98º 0.62% 0.53% -
HSV(B) 48.98º 0.7% 0.82% -
XYZ 43.89 47.36 11.39 -
YUV 176.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 209 182 62 0 0.13 0.70 0.18 48.98 0.62 0.53
Hex D1 B6 3E 0 D 46 12 31 3E 35
Octal 321 266 76 0 15 106 22 61 76 65
Binary 11010001 10110110 111110 0 1101 1000110 10010 110001 111110 110101

Color Harmonies of #D1B63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B63E

Black with #D1B63E

Text Example


Text Example

White with #D1B63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B63E; }

 p { color: rgb(209,182,62); }

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

background-color css

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

 a { background-color: rgb(209,182,62); }

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

border-color css

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

 span { border-color: rgb(209,182,62); }

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