Html Css Color HEX #D1BC44 Old Gold

📋 copy color: '#D1BC44'

red 209 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #D1BC44

Tints of Old Gold #D1BC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 44.95%
G = 40.43%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1BC44 (or 0xD1BC44) is known color: Old Gold. HEX triplet: D1, BC and 44. RGB value is (209,188,68). Sum of RGB (Red+Green+Blue) = 209+188+68=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC44 is #2E43BB. Grayscale: #B5B5B5. Windows color (decimal): -3031996 or 4504785. OLE color: 4504785.

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

Color convert

RGB 209 188 68 -
CMYK 0 0.10 0.67 0.18
HSL 51.06º 0.61% 0.54% -
HSV(B) 51.06º 0.67% 0.82% -
XYZ 45.32 49.94 12.72 -
YUV 180.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 209 188 68 0 0.10 0.67 0.18 51.06 0.61 0.54
Hex D1 BC 44 0 A 43 12 33 3D 36
Octal 321 274 104 0 12 103 22 63 75 66
Binary 11010001 10111100 1000100 0 1010 1000011 10010 110011 111101 110110

Color Harmonies of #D1BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC44

Black with #D1BC44

Text Example


Text Example

White with #D1BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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