Html Css Color HEX #DCBD32 Metallic Gold

📋 copy color: '#DCBD32'

red 220 ◦ green 189 ◦ blue 50

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

Shades of Metallic Gold #DCBD32

Tints of Metallic Gold #DCBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

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

R = 47.93%
G = 41.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCBD32 (or 0xDCBD32) is known color: Metallic Gold. HEX triplet: DC, BD and 32. RGB value is (220,189,50). Sum of RGB (Red+Green+Blue) = 220+189+50=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD32 is #2342CD. Grayscale: #B7B7B7. Windows color (decimal): -2310862 or 3325404. OLE color: 3325404.

HSL color Cylindrical-coordinate representation of color #DCBD32: hue angle of 49.06º 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 #DCBD32 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 50 -
CMYK 0 0.14 0.77 0.14
HSL 49.06º 0.71% 0.53% -
HSV(B) 49.06º 0.77% 0.86% -
XYZ 48.29 51.84 10.48 -
YUV 182.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 220 189 50 0 0.14 0.77 0.14 49.06 0.71 0.53
Hex DC BD 32 0 E 4D E 31 47 35
Octal 334 275 62 0 16 115 16 61 107 65
Binary 11011100 10111101 110010 0 1110 1001101 1110 110001 1000111 110101

Color Harmonies of #DCBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD32

Black with #DCBD32

Text Example


Text Example

White with #DCBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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