Html Css Color HEX #D6B344 Old Gold

📋 copy color: '#D6B344'

red 214 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #D6B344

Tints of Old Gold #D6B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 46.42%
G = 38.83%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6B344 (or 0xD6B344) is known color: Old Gold. HEX triplet: D6, B3 and 44. RGB value is (214,179,68). Sum of RGB (Red+Green+Blue) = 214+179+68=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B344 is #294CBB. Grayscale: #B1B1B1. Windows color (decimal): -2706620 or 4502486. OLE color: 4502486.

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

Color convert

RGB 214 179 68 -
CMYK 0 0.16 0.68 0.16
HSL 45.62º 0.64% 0.55% -
HSV(B) 45.62º 0.68% 0.84% -
XYZ 44.9 46.95 12.17 -
YUV 176.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 214 179 68 0 0.16 0.68 0.16 45.62 0.64 0.55
Hex D6 B3 44 0 10 44 10 2E 40 37
Octal 326 263 104 0 20 104 20 56 100 67
Binary 11010110 10110011 1000100 0 10000 1000100 10000 101110 1000000 110111

Color Harmonies of #D6B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B344

Black with #D6B344

Text Example


Text Example

White with #D6B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B344; }

 p { color: rgb(214,179,68); }

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

background-color css

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

 a { background-color: rgb(214,179,68); }

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

border-color css

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

 span { border-color: rgb(214,179,68); }

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