Html Css Color HEX #D1B240 Old Gold

📋 copy color: '#D1B240'

red 209 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #D1B240

Tints of Old Gold #D1B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.47%

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 46.34%
G = 39.47%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1B240 (or 0xD1B240) is known color: Old Gold. HEX triplet: D1, B2 and 40. RGB value is (209,178,64). Sum of RGB (Red+Green+Blue) = 209+178+64=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B240 is #2E4DBF. Grayscale: #AEAEAE. Windows color (decimal): -3034560 or 4240081. OLE color: 4240081.

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

Color convert

RGB 209 178 64 -
CMYK 0 0.15 0.69 0.18
HSL 47.17º 0.61% 0.54% -
HSV(B) 47.17º 0.69% 0.82% -
XYZ 43.14 45.77 11.41 -
YUV 174.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 209 178 64 0 0.15 0.69 0.18 47.17 0.61 0.54
Hex D1 B2 40 0 F 45 12 2F 3D 36
Octal 321 262 100 0 17 105 22 57 75 66
Binary 11010001 10110010 1000000 0 1111 1000101 10010 101111 111101 110110

Color Harmonies of #D1B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B240

Black with #D1B240

Text Example


Text Example

White with #D1B240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B240; }

 p { color: rgb(209,178,64); }

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

background-color css

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

 a { background-color: rgb(209,178,64); }

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

border-color css

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

 span { border-color: rgb(209,178,64); }

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