Html Css Color HEX #DCD846 Confetti

📋 copy color: '#DCD846'

red 220 ◦ green 216 ◦ blue 70

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

Shades of Confetti #DCD846

Tints of Confetti #DCD846

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

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

R = 43.48%
G = 42.69%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD846 (or 0xDCD846) is known color: Confetti. HEX triplet: DC, D8 and 46. RGB value is (220,216,70). Sum of RGB (Red+Green+Blue) = 220+216+70=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD846 is #2327B9. Grayscale: #C9C9C9. Windows color (decimal): -2303930 or 4643036. OLE color: 4643036.

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

Color convert

RGB 220 216 70 -
CMYK 0 0.02 0.68 0.14
HSL 58.4º 0.68% 0.57% -
HSV(B) 58.4º 0.68% 0.86% -
XYZ 55.18 64.77 15.39 -
YUV 200.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 220 216 70 0 0.02 0.68 0.14 58.4 0.68 0.57
Hex DC D8 46 0 2 44 E 3A 44 39
Octal 334 330 106 0 2 104 16 72 104 71
Binary 11011100 11011000 1000110 0 10 1000100 1110 111010 1000100 111001

Color Harmonies of #DCD846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD846

Black with #DCD846

Text Example


Text Example

White with #DCD846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD846; }

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

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

background-color css

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

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

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

border-color css

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

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

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