Html Css Color HEX #DCD341 Confetti

📋 copy color: '#DCD341'

red 220 ◦ green 211 ◦ blue 65

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

Shades of Confetti #DCD341

Tints of Confetti #DCD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

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

R = 44.35%
G = 42.54%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD341 (or 0xDCD341) is known color: Confetti. HEX triplet: DC, D3 and 41. RGB value is (220,211,65). Sum of RGB (Red+Green+Blue) = 220+211+65=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD341 is #232CBE. Grayscale: #C5C5C5. Windows color (decimal): -2305215 or 4314076. OLE color: 4314076.

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

Color convert

RGB 220 211 65 -
CMYK 0 0.04 0.70 0.14
HSL 56.52º 0.69% 0.56% -
HSV(B) 56.52º 0.7% 0.86% -
XYZ 53.76 62.19 14.17 -
YUV 197.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 220 211 65 0 0.04 0.70 0.14 56.52 0.69 0.56
Hex DC D3 41 0 4 46 E 39 45 38
Octal 334 323 101 0 4 106 16 71 105 70
Binary 11011100 11010011 1000001 0 100 1000110 1110 111001 1000101 111000

Color Harmonies of #DCD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD341

Black with #DCD341

Text Example


Text Example

White with #DCD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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