Html Css Color HEX #DCBB33 Metallic Gold

📋 copy color: '#DCBB33'

red 220 ◦ green 187 ◦ blue 51

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

Shades of Metallic Gold #DCBB33

Tints of Metallic Gold #DCBB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.14%

R = 48.03%
G = 40.83%
B = 11.14%

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

#DCBB33 (or 0xDCBB33) is known color: Metallic Gold. HEX triplet: DC, BB and 33. RGB value is (220,187,51). Sum of RGB (Red+Green+Blue) = 220+187+51=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB33 is #2344CC. Grayscale: #B5B5B5. Windows color (decimal): -2311373 or 3390428. OLE color: 3390428.

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

Color convert

RGB 220 187 51 -
CMYK 0 0.15 0.77 0.14
HSL 48.28º 0.71% 0.53% -
HSV(B) 48.28º 0.77% 0.86% -
XYZ 47.88 51 10.45 -
YUV 181.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 220 187 51 0 0.15 0.77 0.14 48.28 0.71 0.53
Hex DC BB 33 0 F 4D E 30 47 35
Octal 334 273 63 0 17 115 16 60 107 65
Binary 11011100 10111011 110011 0 1111 1001101 1110 110000 1000111 110101

Color Harmonies of #DCBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB33

Black with #DCBB33

Text Example


Text Example

White with #DCBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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