Html Css Color HEX #DCB123 Gold Tips

📋 copy color: '#DCB123'

red 220 ◦ green 177 ◦ blue 35

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

Shades of Gold Tips #DCB123

Tints of Gold Tips #DCB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.97%

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

R = 50.93%
G = 40.97%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB123 (or 0xDCB123) is known color: Gold Tips. HEX triplet: DC, B1 and 23. RGB value is (220,177,35). Sum of RGB (Red+Green+Blue) = 220+177+35=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB123 is #234EDC. Grayscale: #AEAEAE. Windows color (decimal): -2313949 or 2339292. OLE color: 2339292.

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

Color convert

RGB 220 177 35 -
CMYK 0 0.20 0.84 0.14
HSL 46.05º 0.73% 0.5% -
HSV(B) 46.05º 0.84% 0.86% -
XYZ 45.54 46.78 8.22 -
YUV 173.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 220 177 35 0 0.20 0.84 0.14 46.05 0.73 0.5
Hex DC B1 23 0 14 54 E 2E 49 32
Octal 334 261 43 0 24 124 16 56 111 62
Binary 11011100 10110001 100011 0 10100 1010100 1110 101110 1001001 110010

Color Harmonies of #DCB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB123

Black with #DCB123

Text Example


Text Example

White with #DCB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB123; }

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

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

background-color css

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

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

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

border-color css

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

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

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