Html Css Color HEX #D1B72C Old Gold

📋 copy color: '#D1B72C'

red 209 ◦ green 183 ◦ blue 44

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

Shades of Old Gold #D1B72C

Tints of Old Gold #D1B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 47.94%
G = 41.97%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1B72C (or 0xD1B72C) is known color: Old Gold. HEX triplet: D1, B7 and 2C. RGB value is (209,183,44). Sum of RGB (Red+Green+Blue) = 209+183+44=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B72C is #2E48D3. Grayscale: #AFAFAF. Windows color (decimal): -3033300 or 2930641. OLE color: 2930641.

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

Color convert

RGB 209 183 44 -
CMYK 0 0.12 0.79 0.18
HSL 50.55º 0.65% 0.5% -
HSV(B) 50.55º 0.79% 0.82% -
XYZ 43.68 47.6 9.27 -
YUV 174.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 209 183 44 0 0.12 0.79 0.18 50.55 0.65 0.5
Hex D1 B7 2C 0 C 4F 12 33 41 32
Octal 321 267 54 0 14 117 22 63 101 62
Binary 11010001 10110111 101100 0 1100 1001111 10010 110011 1000001 110010

Color Harmonies of #D1B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B72C

Black with #D1B72C

Text Example


Text Example

White with #D1B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B72C; }

 p { color: rgb(209,183,44); }

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

background-color css

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

 a { background-color: rgb(209,183,44); }

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

border-color css

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

 span { border-color: rgb(209,183,44); }

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