Html Css Color HEX #D0BC2E Old Gold

📋 copy color: '#D0BC2E'

red 208 ◦ green 188 ◦ blue 46

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

Shades of Old Gold #D0BC2E

Tints of Old Gold #D0BC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

 BLUE value IS 46 (18.36% from 255) = 10.41%

R = 47.06%
G = 42.53%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0BC2E (or 0xD0BC2E) is known color: Old Gold. HEX triplet: D0, BC and 2E. RGB value is (208,188,46). Sum of RGB (Red+Green+Blue) = 208+188+46=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC2E is #2F43D1. Grayscale: #B2B2B2. Windows color (decimal): -3097554 or 3062992. OLE color: 3062992.

HSL color Cylindrical-coordinate representation of color #D0BC2E: hue angle of 52.59º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0BC2E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 46 -
CMYK 0 0.10 0.78 0.18
HSL 52.59º 0.64% 0.5% -
HSV(B) 52.59º 0.78% 0.82% -
XYZ 44.49 49.57 9.81 -
YUV 177.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 208 188 46 0 0.10 0.78 0.18 52.59 0.64 0.5
Hex D0 BC 2E 0 A 4E 12 35 40 32
Octal 320 274 56 0 12 116 22 65 100 62
Binary 11010000 10111100 101110 0 1010 1001110 10010 110101 1000000 110010

Color Harmonies of #D0BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC2E

Black with #D0BC2E

Text Example


Text Example

White with #D0BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC2E; }

 p { color: rgb(208,188,46); }

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

background-color css

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

 a { background-color: rgb(208,188,46); }

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

border-color css

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

 span { border-color: rgb(208,188,46); }

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