Html Css Color HEX #D6B73B Old Gold

📋 copy color: '#D6B73B'

red 214 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #D6B73B

Tints of Old Gold #D6B73B

RGB

 RED value IS 214 (83.98% from 255) = 46.93%

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

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

R = 46.93%
G = 40.13%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6B73B (or 0xD6B73B) is known color: Old Gold. HEX triplet: D6, B7 and 3B. RGB value is (214,183,59). Sum of RGB (Red+Green+Blue) = 214+183+59=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B73B is #2948C4. Grayscale: #B2B2B2. Windows color (decimal): -2705605 or 3913686. OLE color: 3913686.

HSL color Cylindrical-coordinate representation of color #D6B73B: hue angle of 48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6B73B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 59 -
CMYK 0 0.14 0.72 0.16
HSL 48º 0.65% 0.54% -
HSV(B) 48º 0.72% 0.84% -
XYZ 45.45 48.48 11.1 -
YUV 178.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 214 183 59 0 0.14 0.72 0.16 48 0.65 0.54
Hex D6 B7 3B 0 E 48 10 30 41 36
Octal 326 267 73 0 16 110 20 60 101 66
Binary 11010110 10110111 111011 0 1110 1001000 10000 110000 1000001 110110

Color Harmonies of #D6B73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B73B

Black with #D6B73B

Text Example


Text Example

White with #D6B73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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