Html Css Color HEX #DCB623 Gold Tips

📋 copy color: '#DCB623'

red 220 ◦ green 182 ◦ blue 35

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

Shades of Gold Tips #DCB623

Tints of Gold Tips #DCB623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

 BLUE value IS 35 (14.06% from 255) = 8.01%

R = 50.34%
G = 41.65%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB623 (or 0xDCB623) is known color: Gold Tips. HEX triplet: DC, B6 and 23. RGB value is (220,182,35). Sum of RGB (Red+Green+Blue) = 220+182+35=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB623 is #2349DC. Grayscale: #B1B1B1. Windows color (decimal): -2312669 or 2340572. OLE color: 2340572.

HSL color Cylindrical-coordinate representation of color #DCB623: hue angle of 47.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCB623 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 35 -
CMYK 0 0.17 0.84 0.14
HSL 47.68º 0.73% 0.5% -
HSV(B) 47.68º 0.84% 0.86% -
XYZ 46.55 48.79 8.55 -
YUV 176.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 220 182 35 0 0.17 0.84 0.14 47.68 0.73 0.5
Hex DC B6 23 0 11 54 E 30 49 32
Octal 334 266 43 0 21 124 16 60 111 62
Binary 11011100 10110110 100011 0 10001 1010100 1110 110000 1001001 110010

Color Harmonies of #DCB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB623

Black with #DCB623

Text Example


Text Example

White with #DCB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB623; }

 p { color: rgb(220,182,35); }

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

background-color css

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

 a { background-color: rgb(220,182,35); }

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

border-color css

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

 span { border-color: rgb(220,182,35); }

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