Html Css Color HEX #D0BA47 Old Gold

📋 copy color: '#D0BA47'

red 208 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #D0BA47

Tints of Old Gold #D0BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 44.73%
G = 40%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0BA47 (or 0xD0BA47) is known color: Old Gold. HEX triplet: D0, BA and 47. RGB value is (208,186,71). Sum of RGB (Red+Green+Blue) = 208+186+71=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA47 is #2F45B8. Grayscale: #B3B3B3. Windows color (decimal): -3098041 or 4700880. OLE color: 4700880.

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

Color convert

RGB 208 186 71 -
CMYK 0 0.11 0.66 0.18
HSL 50.36º 0.59% 0.55% -
HSV(B) 50.36º 0.66% 0.82% -
XYZ 44.71 48.98 13.06 -
YUV 179.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 208 186 71 0 0.11 0.66 0.18 50.36 0.59 0.55
Hex D0 BA 47 0 B 42 12 32 3B 37
Octal 320 272 107 0 13 102 22 62 73 67
Binary 11010000 10111010 1000111 0 1011 1000010 10010 110010 111011 110111

Color Harmonies of #D0BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA47

Black with #D0BA47

Text Example


Text Example

White with #D0BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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