Html Css Color HEX #D6B749 Old Gold

📋 copy color: '#D6B749'

red 214 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #D6B749

Tints of Old Gold #D6B749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 45.53%
G = 38.94%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B749 (or 0xD6B749) is known color: Old Gold. HEX triplet: D6, B7 and 49. RGB value is (214,183,73). Sum of RGB (Red+Green+Blue) = 214+183+73=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B749 is #2948B6. Grayscale: #B4B4B4. Windows color (decimal): -2705591 or 4831190. OLE color: 4831190.

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

Color convert

RGB 214 183 73 -
CMYK 0 0.14 0.66 0.16
HSL 46.81º 0.63% 0.56% -
HSV(B) 46.81º 0.66% 0.84% -
XYZ 45.87 48.64 13.28 -
YUV 179.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 214 183 73 0 0.14 0.66 0.16 46.81 0.63 0.56
Hex D6 B7 49 0 E 42 10 2F 3F 38
Octal 326 267 111 0 16 102 20 57 77 70
Binary 11010110 10110111 1001001 0 1110 1000010 10000 101111 111111 111000

Color Harmonies of #D6B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B749

Black with #D6B749

Text Example


Text Example

White with #D6B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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