Html Css Color HEX #D4B73B Old Gold

📋 copy color: '#D4B73B'

red 212 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #D4B73B

Tints of Old Gold #D4B73B

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

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

 BLUE value IS 59 (23.44% from 255) = 13%

R = 46.7%
G = 40.31%
B = 13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4B73B (or 0xD4B73B) is known color: Old Gold. HEX triplet: D4, B7 and 3B. RGB value is (212,183,59). Sum of RGB (Red+Green+Blue) = 212+183+59=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B73B is #2B48C4. Grayscale: #B2B2B2. Windows color (decimal): -2836677 or 3913684. OLE color: 3913684.

HSL color Cylindrical-coordinate representation of color #D4B73B: hue angle of 48.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4B73B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 183 59 -
CMYK 0 0.14 0.72 0.17
HSL 48.63º 0.64% 0.53% -
HSV(B) 48.63º 0.72% 0.83% -
XYZ 44.87 48.18 11.07 -
YUV 177.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 212 183 59 0 0.14 0.72 0.17 48.63 0.64 0.53
Hex D4 B7 3B 0 E 48 11 31 40 35
Octal 324 267 73 0 16 110 21 61 100 65
Binary 11010100 10110111 111011 0 1110 1001000 10001 110001 1000000 110101

Color Harmonies of #D4B73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B73B

Black with #D4B73B

Text Example


Text Example

White with #D4B73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B73B; }

 p { color: rgb(212,183,59); }

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

background-color css

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

 a { background-color: rgb(212,183,59); }

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

border-color css

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

 span { border-color: rgb(212,183,59); }

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