Html Css Color HEX #D0BA48 Old Gold

📋 copy color: '#D0BA48'

red 208 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #D0BA48

Tints of Old Gold #D0BA48

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 44.64%
G = 39.91%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0BA48 (or 0xD0BA48) is known color: Old Gold. HEX triplet: D0, BA and 48. RGB value is (208,186,72). Sum of RGB (Red+Green+Blue) = 208+186+72=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA48 is #2F45B7. Grayscale: #B4B4B4. Windows color (decimal): -3098040 or 4766416. OLE color: 4766416.

HSL color Cylindrical-coordinate representation of color #D0BA48: hue angle of 50.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0BA48 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 72 -
CMYK 0 0.11 0.65 0.18
HSL 50.29º 0.59% 0.55% -
HSV(B) 50.29º 0.65% 0.82% -
XYZ 44.74 49 13.23 -
YUV 179.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 208 186 72 0 0.11 0.65 0.18 50.29 0.59 0.55
Hex D0 BA 48 0 B 41 12 32 3B 37
Octal 320 272 110 0 13 101 22 62 73 67
Binary 11010000 10111010 1001000 0 1011 1000001 10010 110010 111011 110111

Color Harmonies of #D0BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA48

Black with #D0BA48

Text Example


Text Example

White with #D0BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA48; }

 p { color: rgb(208,186,72); }

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

background-color css

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

 a { background-color: rgb(208,186,72); }

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

border-color css

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

 span { border-color: rgb(208,186,72); }

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