Html Css Color HEX #D0B528 Metallic Gold

📋 copy color: '#D0B528'

red 208 ◦ green 181 ◦ blue 40

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

Shades of Metallic Gold #D0B528

Tints of Metallic Gold #D0B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 48.48%
G = 42.19%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0B528 (or 0xD0B528) is known color: Metallic Gold. HEX triplet: D0, B5 and 28. RGB value is (208,181,40). Sum of RGB (Red+Green+Blue) = 208+181+40=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B528 is #2F4AD7. Grayscale: #ADADAD. Windows color (decimal): -3099352 or 2667984. OLE color: 2667984.

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

Color convert

RGB 208 181 40 -
CMYK 0 0.13 0.81 0.18
HSL 50.36º 0.68% 0.49% -
HSV(B) 50.36º 0.81% 0.82% -
XYZ 42.92 46.61 8.74 -
YUV 173 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 208 181 40 0 0.13 0.81 0.18 50.36 0.68 0.49
Hex D0 B5 28 0 D 51 12 32 44 31
Octal 320 265 50 0 15 121 22 62 104 61
Binary 11010000 10110101 101000 0 1101 1010001 10010 110010 1000100 110001

Color Harmonies of #D0B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B528

Black with #D0B528

Text Example


Text Example

White with #D0B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B528; }

 p { color: rgb(208,181,40); }

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

background-color css

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

 a { background-color: rgb(208,181,40); }

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

border-color css

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

 span { border-color: rgb(208,181,40); }

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