Html Css Color HEX #DCBC32 Metallic Gold

📋 copy color: '#DCBC32'

red 220 ◦ green 188 ◦ blue 50

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

Shades of Metallic Gold #DCBC32

Tints of Metallic Gold #DCBC32

RGB

 RED value IS 220 (86.33% from 255) = 48.03%

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

 BLUE value IS 50 (19.92% from 255) = 10.92%

R = 48.03%
G = 41.05%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCBC32 (or 0xDCBC32) is known color: Metallic Gold. HEX triplet: DC, BC and 32. RGB value is (220,188,50). Sum of RGB (Red+Green+Blue) = 220+188+50=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC32 is #2343CD. Grayscale: #B6B6B6. Windows color (decimal): -2311118 or 3325148. OLE color: 3325148.

HSL color Cylindrical-coordinate representation of color #DCBC32: hue angle of 48.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCBC32 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 50 -
CMYK 0 0.15 0.77 0.14
HSL 48.71º 0.71% 0.53% -
HSV(B) 48.71º 0.77% 0.86% -
XYZ 48.07 51.41 10.41 -
YUV 181.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 220 188 50 0 0.15 0.77 0.14 48.71 0.71 0.53
Hex DC BC 32 0 F 4D E 31 47 35
Octal 334 274 62 0 17 115 16 61 107 65
Binary 11011100 10111100 110010 0 1111 1001101 1110 110001 1000111 110101

Color Harmonies of #DCBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC32

Black with #DCBC32

Text Example


Text Example

White with #DCBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC32; }

 p { color: rgb(220,188,50); }

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

background-color css

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

 a { background-color: rgb(220,188,50); }

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

border-color css

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

 span { border-color: rgb(220,188,50); }

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