Html Css Color HEX #DCB21C Gold Tips

📋 copy color: '#DCB21C'

red 220 ◦ green 178 ◦ blue 28

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

Shades of Gold Tips #DCB21C

Tints of Gold Tips #DCB21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 51.64%
G = 41.78%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB21C (or 0xDCB21C) is known color: Gold Tips. HEX triplet: DC, B2 and 1C. RGB value is (220,178,28). Sum of RGB (Red+Green+Blue) = 220+178+28=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB21C is #234DE3. Grayscale: #AEAEAE. Windows color (decimal): -2313700 or 1880796. OLE color: 1880796.

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

Color convert

RGB 220 178 28 -
CMYK 0 0.19 0.87 0.14
HSL 46.88º 0.77% 0.49% -
HSV(B) 46.88º 0.87% 0.86% -
XYZ 45.65 47.14 7.79 -
YUV 173.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 220 178 28 0 0.19 0.87 0.14 46.88 0.77 0.49
Hex DC B2 1C 0 13 57 E 2F 4D 31
Octal 334 262 34 0 23 127 16 57 115 61
Binary 11011100 10110010 11100 0 10011 1010111 1110 101111 1001101 110001

Color Harmonies of #DCB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB21C

Black with #DCB21C

Text Example


Text Example

White with #DCB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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