Html Css Color HEX #DCD040 Confetti

📋 copy color: '#DCD040'

red 220 ◦ green 208 ◦ blue 64

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

Shades of Confetti #DCD040

Tints of Confetti #DCD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.28%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 44.72%
G = 42.28%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD040 (or 0xDCD040) is known color: Confetti. HEX triplet: DC, D0 and 40. RGB value is (220,208,64). Sum of RGB (Red+Green+Blue) = 220+208+64=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD040 is #232FBF. Grayscale: #C3C3C3. Windows color (decimal): -2305984 or 4247772. OLE color: 4247772.

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

Color convert

RGB 220 208 64 -
CMYK 0 0.05 0.71 0.14
HSL 55.38º 0.69% 0.56% -
HSV(B) 55.38º 0.71% 0.86% -
XYZ 53 60.7 13.77 -
YUV 195.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 220 208 64 0 0.05 0.71 0.14 55.38 0.69 0.56
Hex DC D0 40 0 5 47 E 37 45 38
Octal 334 320 100 0 5 107 16 67 105 70
Binary 11011100 11010000 1000000 0 101 1000111 1110 110111 1000101 111000

Color Harmonies of #DCD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD040

Black with #DCD040

Text Example


Text Example

White with #DCD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD040; }

 p { color: rgb(220,208,64); }

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

background-color css

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

 a { background-color: rgb(220,208,64); }

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

border-color css

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

 span { border-color: rgb(220,208,64); }

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