Html Css Color HEX #DCB722 Gold Tips

📋 copy color: '#DCB722'

red 220 ◦ green 183 ◦ blue 34

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

Shades of Gold Tips #DCB722

Tints of Gold Tips #DCB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 34 (13.67% from 255) = 7.78%

R = 50.34%
G = 41.88%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB722 (or 0xDCB722) is known color: Gold Tips. HEX triplet: DC, B7 and 22. RGB value is (220,183,34). Sum of RGB (Red+Green+Blue) = 220+183+34=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB722 is #2348DD. Grayscale: #B1B1B1. Windows color (decimal): -2312414 or 2275292. OLE color: 2275292.

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

Color convert

RGB 220 183 34 -
CMYK 0 0.17 0.85 0.14
HSL 48.06º 0.73% 0.5% -
HSV(B) 48.06º 0.85% 0.86% -
XYZ 46.74 49.2 8.55 -
YUV 177.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 220 183 34 0 0.17 0.85 0.14 48.06 0.73 0.5
Hex DC B7 22 0 11 55 E 30 49 32
Octal 334 267 42 0 21 125 16 60 111 62
Binary 11011100 10110111 100010 0 10001 1010101 1110 110000 1001001 110010

Color Harmonies of #DCB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB722

Black with #DCB722

Text Example


Text Example

White with #DCB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB722; }

 p { color: rgb(220,183,34); }

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

background-color css

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

 a { background-color: rgb(220,183,34); }

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

border-color css

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

 span { border-color: rgb(220,183,34); }

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