Html Css Color HEX #D0B040 Old Gold

📋 copy color: '#D0B040'

red 208 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #D0B040

Tints of Old Gold #D0B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 46.43%
G = 39.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0B040 (or 0xD0B040) is known color: Old Gold. HEX triplet: D0, B0 and 40. RGB value is (208,176,64). Sum of RGB (Red+Green+Blue) = 208+176+64=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B040 is #2F4FBF. Grayscale: #ADADAD. Windows color (decimal): -3100608 or 4239568. OLE color: 4239568.

HSL color Cylindrical-coordinate representation of color #D0B040: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0B040 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 176 64 -
CMYK 0 0.15 0.69 0.18
HSL 46.67º 0.61% 0.53% -
HSV(B) 46.67º 0.69% 0.82% -
XYZ 42.46 44.83 11.27 -
YUV 172.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 208 176 64 0 0.15 0.69 0.18 46.67 0.61 0.53
Hex D0 B0 40 0 F 45 12 2F 3D 35
Octal 320 260 100 0 17 105 22 57 75 65
Binary 11010000 10110000 1000000 0 1111 1000101 10010 101111 111101 110101

Color Harmonies of #D0B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B040

Black with #D0B040

Text Example


Text Example

White with #D0B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B040; }

 p { color: rgb(208,176,64); }

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

background-color css

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

 a { background-color: rgb(208,176,64); }

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

border-color css

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

 span { border-color: rgb(208,176,64); }

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