Html Css Color HEX #DCC241 Confetti

📋 copy color: '#DCC241'

red 220 ◦ green 194 ◦ blue 65

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

Shades of Confetti #DCC241

Tints of Confetti #DCC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.5%

 BLUE value IS 65 (25.78% from 255) = 13.57%

R = 45.93%
G = 40.5%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC241 (or 0xDCC241) is known color: Confetti. HEX triplet: DC, C2 and 41. RGB value is (220,194,65). Sum of RGB (Red+Green+Blue) = 220+194+65=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC241 is #233DBE. Grayscale: #BBBBBB. Windows color (decimal): -2309567 or 4309724. OLE color: 4309724.

HSL color Cylindrical-coordinate representation of color #DCC241: hue angle of 49.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC241 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 65 -
CMYK 0 0.12 0.70 0.14
HSL 49.94º 0.69% 0.56% -
HSV(B) 49.94º 0.7% 0.86% -
XYZ 49.76 54.18 12.84 -
YUV 187.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 220 194 65 0 0.12 0.70 0.14 49.94 0.69 0.56
Hex DC C2 41 0 C 46 E 32 45 38
Octal 334 302 101 0 14 106 16 62 105 70
Binary 11011100 11000010 1000001 0 1100 1000110 1110 110010 1000101 111000

Color Harmonies of #DCC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC241

Black with #DCC241

Text Example


Text Example

White with #DCC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC241; }

 p { color: rgb(220,194,65); }

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

background-color css

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

 a { background-color: rgb(220,194,65); }

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

border-color css

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

 span { border-color: rgb(220,194,65); }

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