Html Css Color HEX #DCBB32 Metallic Gold

📋 copy color: '#DCBB32'

red 220 ◦ green 187 ◦ blue 50

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

Shades of Metallic Gold #DCBB32

Tints of Metallic Gold #DCBB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 48.14%
G = 40.92%
B = 10.94%

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

#DCBB32 (or 0xDCBB32) is known color: Metallic Gold. HEX triplet: DC, BB and 32. RGB value is (220,187,50). Sum of RGB (Red+Green+Blue) = 220+187+50=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB32 is #2344CD. Grayscale: #B5B5B5. Windows color (decimal): -2311374 or 3324892. OLE color: 3324892.

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

Color convert

RGB 220 187 50 -
CMYK 0 0.15 0.77 0.14
HSL 48.35º 0.71% 0.53% -
HSV(B) 48.35º 0.77% 0.86% -
XYZ 47.86 50.99 10.34 -
YUV 181.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 220 187 50 0 0.15 0.77 0.14 48.35 0.71 0.53
Hex DC BB 32 0 F 4D E 30 47 35
Octal 334 273 62 0 17 115 16 60 107 65
Binary 11011100 10111011 110010 0 1111 1001101 1110 110000 1000111 110101

Color Harmonies of #DCBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB32

Black with #DCBB32

Text Example


Text Example

White with #DCBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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