Html Css Color HEX #D0BA2C Old Gold

📋 copy color: '#D0BA2C'

red 208 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #D0BA2C

Tints of Old Gold #D0BA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 47.49%
G = 42.47%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0BA2C (or 0xD0BA2C) is known color: Old Gold. HEX triplet: D0, BA and 2C. RGB value is (208,186,44). Sum of RGB (Red+Green+Blue) = 208+186+44=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA2C is #2F45D3. Grayscale: #B0B0B0. Windows color (decimal): -3098068 or 2931408. OLE color: 2931408.

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

Color convert

RGB 208 186 44 -
CMYK 0 0.11 0.79 0.18
HSL 51.95º 0.65% 0.49% -
HSV(B) 51.95º 0.79% 0.82% -
XYZ 44.03 48.71 9.46 -
YUV 176.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 208 186 44 0 0.11 0.79 0.18 51.95 0.65 0.49
Hex D0 BA 2C 0 B 4F 12 34 41 31
Octal 320 272 54 0 13 117 22 64 101 61
Binary 11010000 10111010 101100 0 1011 1001111 10010 110100 1000001 110001

Color Harmonies of #D0BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA2C

Black with #D0BA2C

Text Example


Text Example

White with #D0BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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