Html Css Color HEX #DCD146 Confetti

📋 copy color: '#DCD146'

red 220 ◦ green 209 ◦ blue 70

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

Shades of Confetti #DCD146

Tints of Confetti #DCD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.88%

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

R = 44.09%
G = 41.88%
B = 14.03%

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

#DCD146 (or 0xDCD146) is known color: Confetti. HEX triplet: DC, D1 and 46. RGB value is (220,209,70). Sum of RGB (Red+Green+Blue) = 220+209+70=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD146 is #232EB9. Grayscale: #C5C5C5. Windows color (decimal): -2305722 or 4641244. OLE color: 4641244.

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

Color convert

RGB 220 209 70 -
CMYK 0 0.05 0.68 0.14
HSL 55.6º 0.68% 0.57% -
HSV(B) 55.6º 0.68% 0.86% -
XYZ 53.42 61.26 14.8 -
YUV 196.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 220 209 70 0 0.05 0.68 0.14 55.6 0.68 0.57
Hex DC D1 46 0 5 44 E 38 44 39
Octal 334 321 106 0 5 104 16 70 104 71
Binary 11011100 11010001 1000110 0 101 1000100 1110 111000 1000100 111001

Color Harmonies of #DCD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD146

Black with #DCD146

Text Example


Text Example

White with #DCD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD146; }

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

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

background-color css

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

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

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

border-color css

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

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

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