Html Css Color HEX #DCB231 Metallic Gold

📋 copy color: '#DCB231'

red 220 ◦ green 178 ◦ blue 49

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

Shades of Metallic Gold #DCB231

Tints of Metallic Gold #DCB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 49.22%
G = 39.82%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB231 (or 0xDCB231) is known color: Metallic Gold. HEX triplet: DC, B2 and 31. RGB value is (220,178,49). Sum of RGB (Red+Green+Blue) = 220+178+49=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB231 is #234DCE. Grayscale: #B0B0B0. Windows color (decimal): -2313679 or 3257052. OLE color: 3257052.

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

Color convert

RGB 220 178 49 -
CMYK 0 0.19 0.78 0.14
HSL 45.26º 0.71% 0.53% -
HSV(B) 45.26º 0.78% 0.86% -
XYZ 45.99 47.28 9.61 -
YUV 175.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 220 178 49 0 0.19 0.78 0.14 45.26 0.71 0.53
Hex DC B2 31 0 13 4E E 2D 47 35
Octal 334 262 61 0 23 116 16 55 107 65
Binary 11011100 10110010 110001 0 10011 1001110 1110 101101 1000111 110101

Color Harmonies of #DCB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB231

Black with #DCB231

Text Example


Text Example

White with #DCB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB231; }

 p { color: rgb(220,178,49); }

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

background-color css

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

 a { background-color: rgb(220,178,49); }

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

border-color css

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

 span { border-color: rgb(220,178,49); }

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