Html Css Color HEX #DCD046 Confetti

📋 copy color: '#DCD046'

red 220 ◦ green 208 ◦ blue 70

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

Shades of Confetti #DCD046

Tints of Confetti #DCD046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.06%

R = 44.18%
G = 41.77%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD046 (or 0xDCD046) is known color: Confetti. HEX triplet: DC, D0 and 46. RGB value is (220,208,70). Sum of RGB (Red+Green+Blue) = 220+208+70=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD046 is #232FB9. Grayscale: #C4C4C4. Windows color (decimal): -2305978 or 4640988. OLE color: 4640988.

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

Color convert

RGB 220 208 70 -
CMYK 0 0.05 0.68 0.14
HSL 55.2º 0.68% 0.57% -
HSV(B) 55.2º 0.68% 0.86% -
XYZ 53.18 60.77 14.72 -
YUV 195.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 220 208 70 0 0.05 0.68 0.14 55.2 0.68 0.57
Hex DC D0 46 0 5 44 E 37 44 39
Octal 334 320 106 0 5 104 16 67 104 71
Binary 11011100 11010000 1000110 0 101 1000100 1110 110111 1000100 111001

Color Harmonies of #DCD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD046

Black with #DCD046

Text Example


Text Example

White with #DCD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD046; }

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

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

background-color css

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

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

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

border-color css

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

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

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