Html Css Color HEX #D1BC39 Old Gold

📋 copy color: '#D1BC39'

red 209 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #D1BC39

Tints of Old Gold #D1BC39

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 46.04%
G = 41.41%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1BC39 (or 0xD1BC39) is known color: Old Gold. HEX triplet: D1, BC and 39. RGB value is (209,188,57). Sum of RGB (Red+Green+Blue) = 209+188+57=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC39 is #2E43C6. Grayscale: #B3B3B3. Windows color (decimal): -3032007 or 3783889. OLE color: 3783889.

HSL color Cylindrical-coordinate representation of color #D1BC39: hue angle of 51.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1BC39 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 57 -
CMYK 0 0.10 0.73 0.18
HSL 51.71º 0.62% 0.52% -
HSV(B) 51.71º 0.73% 0.82% -
XYZ 45.02 49.82 11.11 -
YUV 179.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 209 188 57 0 0.10 0.73 0.18 51.71 0.62 0.52
Hex D1 BC 39 0 A 49 12 34 3E 34
Octal 321 274 71 0 12 111 22 64 76 64
Binary 11010001 10111100 111001 0 1010 1001001 10010 110100 111110 110100

Color Harmonies of #D1BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC39

Black with #D1BC39

Text Example


Text Example

White with #D1BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC39; }

 p { color: rgb(209,188,57); }

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

background-color css

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

 a { background-color: rgb(209,188,57); }

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

border-color css

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

 span { border-color: rgb(209,188,57); }

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