Html Css Color HEX #D1B640 Old Gold

📋 copy color: '#D1B640'

red 209 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #D1B640

Tints of Old Gold #D1B640

RGB

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

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

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

R = 45.93%
G = 40%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1B640 (or 0xD1B640) is known color: Old Gold. HEX triplet: D1, B6 and 40. RGB value is (209,182,64). Sum of RGB (Red+Green+Blue) = 209+182+64=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B640 is #2E49BF. Grayscale: #B1B1B1. Windows color (decimal): -3033536 or 4241105. OLE color: 4241105.

HSL color Cylindrical-coordinate representation of color #D1B640: hue angle of 48.83º 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 #D1B640 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 64 -
CMYK 0 0.13 0.69 0.18
HSL 48.83º 0.61% 0.54% -
HSV(B) 48.83º 0.69% 0.82% -
XYZ 43.95 47.38 11.68 -
YUV 176.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 209 182 64 0 0.13 0.69 0.18 48.83 0.61 0.54
Hex D1 B6 40 0 D 45 12 31 3D 36
Octal 321 266 100 0 15 105 22 61 75 66
Binary 11010001 10110110 1000000 0 1101 1000101 10010 110001 111101 110110

Color Harmonies of #D1B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B640

Black with #D1B640

Text Example


Text Example

White with #D1B640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B640; }

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

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

background-color css

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

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

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

border-color css

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

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

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