Html Css Color HEX #DCD646 Confetti

📋 copy color: '#DCD646'

red 220 ◦ green 214 ◦ blue 70

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

Shades of Confetti #DCD646

Tints of Confetti #DCD646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

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

R = 43.65%
G = 42.46%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD646 (or 0xDCD646) is known color: Confetti. HEX triplet: DC, D6 and 46. RGB value is (220,214,70). Sum of RGB (Red+Green+Blue) = 220+214+70=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD646 is #2329B9. Grayscale: #C7C7C7. Windows color (decimal): -2304442 or 4642524. OLE color: 4642524.

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

Color convert

RGB 220 214 70 -
CMYK 0 0.03 0.68 0.14
HSL 57.6º 0.68% 0.57% -
HSV(B) 57.6º 0.68% 0.86% -
XYZ 54.67 63.75 15.22 -
YUV 199.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 220 214 70 0 0.03 0.68 0.14 57.6 0.68 0.57
Hex DC D6 46 0 3 44 E 3A 44 39
Octal 334 326 106 0 3 104 16 72 104 71
Binary 11011100 11010110 1000110 0 11 1000100 1110 111010 1000100 111001

Color Harmonies of #DCD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD646

Black with #DCD646

Text Example


Text Example

White with #DCD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD646; }

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

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

background-color css

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

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

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

border-color css

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

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

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