Html Css Color HEX #D1B62F Old Gold

📋 copy color: '#D1B62F'

red 209 ◦ green 182 ◦ blue 47

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

Shades of Old Gold #D1B62F

Tints of Old Gold #D1B62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.73%

R = 47.72%
G = 41.55%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1B62F (or 0xD1B62F) is known color: Old Gold. HEX triplet: D1, B6 and 2F. RGB value is (209,182,47). Sum of RGB (Red+Green+Blue) = 209+182+47=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B62F is #2E49D0. Grayscale: #AFAFAF. Windows color (decimal): -3033553 or 3126993. OLE color: 3126993.

HSL color Cylindrical-coordinate representation of color #D1B62F: hue angle of 50º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1B62F is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 47 -
CMYK 0 0.13 0.78 0.18
HSL 50º 0.64% 0.5% -
HSV(B) 50º 0.78% 0.82% -
XYZ 43.54 47.22 9.51 -
YUV 174.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 209 182 47 0 0.13 0.78 0.18 50 0.64 0.5
Hex D1 B6 2F 0 D 4E 12 32 40 32
Octal 321 266 57 0 15 116 22 62 100 62
Binary 11010001 10110110 101111 0 1101 1001110 10010 110010 1000000 110010

Color Harmonies of #D1B62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B62F

Black with #D1B62F

Text Example


Text Example

White with #D1B62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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