Html Css Color HEX #D6BA41 Old Gold

📋 copy color: '#D6BA41'

red 214 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #D6BA41

Tints of Old Gold #D6BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.98%

R = 46.02%
G = 40%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6BA41 (or 0xD6BA41) is known color: Old Gold. HEX triplet: D6, BA and 41. RGB value is (214,186,65). Sum of RGB (Red+Green+Blue) = 214+186+65=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA41 is #2945BE. Grayscale: #B5B5B5. Windows color (decimal): -2704831 or 4307670. OLE color: 4307670.

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

Color convert

RGB 214 186 65 -
CMYK 0 0.13 0.70 0.16
HSL 48.72º 0.65% 0.55% -
HSV(B) 48.72º 0.7% 0.84% -
XYZ 46.24 49.8 12.18 -
YUV 180.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 214 186 65 0 0.13 0.70 0.16 48.72 0.65 0.55
Hex D6 BA 41 0 D 46 10 31 41 37
Octal 326 272 101 0 15 106 20 61 101 67
Binary 11010110 10111010 1000001 0 1101 1000110 10000 110001 1000001 110111

Color Harmonies of #D6BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA41

Black with #D6BA41

Text Example


Text Example

White with #D6BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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