Html Css Color HEX #D6BA30 Old Gold

📋 copy color: '#D6BA30'

red 214 ◦ green 186 ◦ blue 48

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

Shades of Old Gold #D6BA30

Tints of Old Gold #D6BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 47.77%
G = 41.52%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6BA30 (or 0xD6BA30) is known color: Old Gold. HEX triplet: D6, BA and 30. RGB value is (214,186,48). Sum of RGB (Red+Green+Blue) = 214+186+48=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA30 is #2945CF. Grayscale: #B3B3B3. Windows color (decimal): -2704848 or 3193558. OLE color: 3193558.

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

Color convert

RGB 214 186 48 -
CMYK 0 0.13 0.78 0.16
HSL 49.88º 0.67% 0.51% -
HSV(B) 49.88º 0.78% 0.84% -
XYZ 45.82 49.63 9.96 -
YUV 178.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 214 186 48 0 0.13 0.78 0.16 49.88 0.67 0.51
Hex D6 BA 30 0 D 4E 10 32 43 33
Octal 326 272 60 0 15 116 20 62 103 63
Binary 11010110 10111010 110000 0 1101 1001110 10000 110010 1000011 110011

Color Harmonies of #D6BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA30

Black with #D6BA30

Text Example


Text Example

White with #D6BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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