Html Css Color HEX #D0B527 Metallic Gold

📋 copy color: '#D0B527'

red 208 ◦ green 181 ◦ blue 39

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

Shades of Metallic Gold #D0B527

Tints of Metallic Gold #D0B527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 48.6%
G = 42.29%
B = 9.11%

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

#D0B527 (or 0xD0B527) is known color: Metallic Gold. HEX triplet: D0, B5 and 27. RGB value is (208,181,39). Sum of RGB (Red+Green+Blue) = 208+181+39=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B527 is #2F4AD8. Grayscale: #ADADAD. Windows color (decimal): -3099353 or 2602448. OLE color: 2602448.

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

Color convert

RGB 208 181 39 -
CMYK 0 0.13 0.81 0.18
HSL 50.41º 0.68% 0.48% -
HSV(B) 50.41º 0.81% 0.82% -
XYZ 42.9 46.6 8.65 -
YUV 172.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 208 181 39 0 0.13 0.81 0.18 50.41 0.68 0.48
Hex D0 B5 27 0 D 51 12 32 44 30
Octal 320 265 47 0 15 121 22 62 104 60
Binary 11010000 10110101 100111 0 1101 1010001 10010 110010 1000100 110000

Color Harmonies of #D0B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B527

Black with #D0B527

Text Example


Text Example

White with #D0B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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