Html Css Color HEX #D6B249 Old Gold

📋 copy color: '#D6B249'

red 214 ◦ green 178 ◦ blue 73

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

Shades of Old Gold #D6B249

Tints of Old Gold #D6B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 46.02%
G = 38.28%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B249 (or 0xD6B249) is known color: Old Gold. HEX triplet: D6, B2 and 49. RGB value is (214,178,73). Sum of RGB (Red+Green+Blue) = 214+178+73=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B249 is #294DB6. Grayscale: #B1B1B1. Windows color (decimal): -2706871 or 4829910. OLE color: 4829910.

HSL color Cylindrical-coordinate representation of color #D6B249: hue angle of 44.68º 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 #D6B249 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 73 -
CMYK 0 0.17 0.66 0.16
HSL 44.68º 0.63% 0.56% -
HSV(B) 44.68º 0.66% 0.84% -
XYZ 44.85 46.62 12.94 -
YUV 176.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 214 178 73 0 0.17 0.66 0.16 44.68 0.63 0.56
Hex D6 B2 49 0 11 42 10 2D 3F 38
Octal 326 262 111 0 21 102 20 55 77 70
Binary 11010110 10110010 1001001 0 10001 1000010 10000 101101 111111 111000

Color Harmonies of #D6B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B249

Black with #D6B249

Text Example


Text Example

White with #D6B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B249; }

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

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

background-color css

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

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

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

border-color css

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

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

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