Html Css Color HEX #D2B73B Old Gold

📋 copy color: '#D2B73B'

red 210 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #D2B73B

Tints of Old Gold #D2B73B

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

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

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

R = 46.46%
G = 40.49%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2B73B (or 0xD2B73B) is known color: Old Gold. HEX triplet: D2, B7 and 3B. RGB value is (210,183,59). Sum of RGB (Red+Green+Blue) = 210+183+59=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B73B is #2D48C4. Grayscale: #B1B1B1. Windows color (decimal): -2967749 or 3913682. OLE color: 3913682.

HSL color Cylindrical-coordinate representation of color #D2B73B: hue angle of 49.27º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2B73B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 59 -
CMYK 0 0.13 0.72 0.18
HSL 49.27º 0.63% 0.53% -
HSV(B) 49.27º 0.72% 0.82% -
XYZ 44.3 47.88 11.05 -
YUV 176.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 210 183 59 0 0.13 0.72 0.18 49.27 0.63 0.53
Hex D2 B7 3B 0 D 48 12 31 3F 35
Octal 322 267 73 0 15 110 22 61 77 65
Binary 11010010 10110111 111011 0 1101 1001000 10010 110001 111111 110101

Color Harmonies of #D2B73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B73B

Black with #D2B73B

Text Example


Text Example

White with #D2B73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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