Html Css Color HEX #D6B945 Old Gold

📋 copy color: '#D6B945'

red 214 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #D6B945

Tints of Old Gold #D6B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 45.73%
G = 39.53%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6B945 (or 0xD6B945) is known color: Old Gold. HEX triplet: D6, B9 and 45. RGB value is (214,185,69). Sum of RGB (Red+Green+Blue) = 214+185+69=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B945 is #2946BA. Grayscale: #B4B4B4. Windows color (decimal): -2705083 or 4569558. OLE color: 4569558.

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

Color convert

RGB 214 185 69 -
CMYK 0 0.14 0.68 0.16
HSL 48º 0.64% 0.55% -
HSV(B) 48º 0.68% 0.84% -
XYZ 46.15 49.42 12.74 -
YUV 180.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 214 185 69 0 0.14 0.68 0.16 48 0.64 0.55
Hex D6 B9 45 0 E 44 10 30 40 37
Octal 326 271 105 0 16 104 20 60 100 67
Binary 11010110 10111001 1000101 0 1110 1000100 10000 110000 1000000 110111

Color Harmonies of #D6B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B945

Black with #D6B945

Text Example


Text Example

White with #D6B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B945; }

 p { color: rgb(214,185,69); }

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

background-color css

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

 a { background-color: rgb(214,185,69); }

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

border-color css

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

 span { border-color: rgb(214,185,69); }

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