Html Css Color HEX #DCC141 Confetti

📋 copy color: '#DCC141'

red 220 ◦ green 193 ◦ blue 65

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

Shades of Confetti #DCC141

Tints of Confetti #DCC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

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

R = 46.03%
G = 40.38%
B = 13.6%

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

#DCC141 (or 0xDCC141) is known color: Confetti. HEX triplet: DC, C1 and 41. RGB value is (220,193,65). Sum of RGB (Red+Green+Blue) = 220+193+65=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC141 is #233EBE. Grayscale: #BBBBBB. Windows color (decimal): -2309823 or 4309468. OLE color: 4309468.

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

Color convert

RGB 220 193 65 -
CMYK 0 0.12 0.70 0.14
HSL 49.55º 0.69% 0.56% -
HSV(B) 49.55º 0.7% 0.86% -
XYZ 49.54 53.74 12.76 -
YUV 186.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 220 193 65 0 0.12 0.70 0.14 49.55 0.69 0.56
Hex DC C1 41 0 C 46 E 32 45 38
Octal 334 301 101 0 14 106 16 62 105 70
Binary 11011100 11000001 1000001 0 1100 1000110 1110 110010 1000101 111000

Color Harmonies of #DCC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC141

Black with #DCC141

Text Example


Text Example

White with #DCC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC141; }

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

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

background-color css

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

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

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

border-color css

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

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

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