Html Css Color HEX #D6BA44 Old Gold

📋 copy color: '#D6BA44'

red 214 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #D6BA44

Tints of Old Gold #D6BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 45.73%
G = 39.74%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6BA44 (or 0xD6BA44) is known color: Old Gold. HEX triplet: D6, BA and 44. RGB value is (214,186,68). Sum of RGB (Red+Green+Blue) = 214+186+68=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA44 is #2945BB. Grayscale: #B5B5B5. Windows color (decimal): -2704828 or 4504278. OLE color: 4504278.

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

Color convert

RGB 214 186 68 -
CMYK 0 0.13 0.68 0.16
HSL 48.49º 0.64% 0.55% -
HSV(B) 48.49º 0.68% 0.84% -
XYZ 46.33 49.83 12.65 -
YUV 180.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 214 186 68 0 0.13 0.68 0.16 48.49 0.64 0.55
Hex D6 BA 44 0 D 44 10 30 40 37
Octal 326 272 104 0 15 104 20 60 100 67
Binary 11010110 10111010 1000100 0 1101 1000100 10000 110000 1000000 110111

Color Harmonies of #D6BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA44

Black with #D6BA44

Text Example


Text Example

White with #D6BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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