Html Css Color HEX #DCB229 Gold Tips

📋 copy color: '#DCB229'

red 220 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #DCB229

Tints of Gold Tips #DCB229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.34%

R = 50.11%
G = 40.55%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB229 (or 0xDCB229) is known color: Gold Tips. HEX triplet: DC, B2 and 29. RGB value is (220,178,41). Sum of RGB (Red+Green+Blue) = 220+178+41=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB229 is #234DD6. Grayscale: #AFAFAF. Windows color (decimal): -2313687 or 2732764. OLE color: 2732764.

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

Color convert

RGB 220 178 41 -
CMYK 0 0.19 0.81 0.14
HSL 45.92º 0.72% 0.51% -
HSV(B) 45.92º 0.81% 0.86% -
XYZ 45.84 47.22 8.8 -
YUV 174.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 220 178 41 0 0.19 0.81 0.14 45.92 0.72 0.51
Hex DC B2 29 0 13 51 E 2E 48 33
Octal 334 262 51 0 23 121 16 56 110 63
Binary 11011100 10110010 101001 0 10011 1010001 1110 101110 1001000 110011

Color Harmonies of #DCB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB229

Black with #DCB229

Text Example


Text Example

White with #DCB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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