Html Css Color HEX #D0BA32 Old Gold

📋 copy color: '#D0BA32'

red 208 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #D0BA32

Tints of Old Gold #D0BA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 46.85%
G = 41.89%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0BA32 (or 0xD0BA32) is known color: Old Gold. HEX triplet: D0, BA and 32. RGB value is (208,186,50). Sum of RGB (Red+Green+Blue) = 208+186+50=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA32 is #2F45CD. Grayscale: #B1B1B1. Windows color (decimal): -3098062 or 3324624. OLE color: 3324624.

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

Color convert

RGB 208 186 50 -
CMYK 0 0.11 0.76 0.18
HSL 51.65º 0.63% 0.51% -
HSV(B) 51.65º 0.76% 0.82% -
XYZ 44.15 48.76 10.1 -
YUV 177.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 208 186 50 0 0.11 0.76 0.18 51.65 0.63 0.51
Hex D0 BA 32 0 B 4C 12 34 3F 33
Octal 320 272 62 0 13 114 22 64 77 63
Binary 11010000 10111010 110010 0 1011 1001100 10010 110100 111111 110011

Color Harmonies of #D0BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA32

Black with #D0BA32

Text Example


Text Example

White with #D0BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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