Html Css Color HEX #D6BA43 Old Gold

📋 copy color: '#D6BA43'

red 214 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #D6BA43

Tints of Old Gold #D6BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.35%

R = 45.82%
G = 39.83%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6BA43 (or 0xD6BA43) is known color: Old Gold. HEX triplet: D6, BA and 43. RGB value is (214,186,67). Sum of RGB (Red+Green+Blue) = 214+186+67=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA43 is #2945BC. Grayscale: #B5B5B5. Windows color (decimal): -2704829 or 4438742. OLE color: 4438742.

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

Color convert

RGB 214 186 67 -
CMYK 0 0.13 0.69 0.16
HSL 48.57º 0.64% 0.55% -
HSV(B) 48.57º 0.69% 0.84% -
XYZ 46.3 49.82 12.49 -
YUV 180.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 214 186 67 0 0.13 0.69 0.16 48.57 0.64 0.55
Hex D6 BA 43 0 D 45 10 31 40 37
Octal 326 272 103 0 15 105 20 61 100 67
Binary 11010110 10111010 1000011 0 1101 1000101 10000 110001 1000000 110111

Color Harmonies of #D6BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA43

Black with #D6BA43

Text Example


Text Example

White with #D6BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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