Html Css Color HEX #DCB423 Gold Tips

📋 copy color: '#DCB423'

red 220 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #DCB423

Tints of Gold Tips #DCB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

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

R = 50.57%
G = 41.38%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB423 (or 0xDCB423) is known color: Gold Tips. HEX triplet: DC, B4 and 23. RGB value is (220,180,35). Sum of RGB (Red+Green+Blue) = 220+180+35=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB423 is #234BDC. Grayscale: #B0B0B0. Windows color (decimal): -2313181 or 2340060. OLE color: 2340060.

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

Color convert

RGB 220 180 35 -
CMYK 0 0.18 0.84 0.14
HSL 47.03º 0.73% 0.5% -
HSV(B) 47.03º 0.84% 0.86% -
XYZ 46.14 47.98 8.42 -
YUV 175.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 220 180 35 0 0.18 0.84 0.14 47.03 0.73 0.5
Hex DC B4 23 0 12 54 E 2F 49 32
Octal 334 264 43 0 22 124 16 57 111 62
Binary 11011100 10110100 100011 0 10010 1010100 1110 101111 1001001 110010

Color Harmonies of #DCB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB423

Black with #DCB423

Text Example


Text Example

White with #DCB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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