Html Css Color HEX #DCD446 Confetti

📋 copy color: '#DCD446'

red 220 ◦ green 212 ◦ blue 70

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

Shades of Confetti #DCD446

Tints of Confetti #DCD446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

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

R = 43.82%
G = 42.23%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD446 (or 0xDCD446) is known color: Confetti. HEX triplet: DC, D4 and 46. RGB value is (220,212,70). Sum of RGB (Red+Green+Blue) = 220+212+70=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD446 is #232BB9. Grayscale: #C6C6C6. Windows color (decimal): -2304954 or 4642012. OLE color: 4642012.

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

Color convert

RGB 220 212 70 -
CMYK 0 0.04 0.68 0.14
HSL 56.8º 0.68% 0.57% -
HSV(B) 56.8º 0.68% 0.86% -
XYZ 54.16 62.74 15.05 -
YUV 198.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 220 212 70 0 0.04 0.68 0.14 56.8 0.68 0.57
Hex DC D4 46 0 4 44 E 39 44 39
Octal 334 324 106 0 4 104 16 71 104 71
Binary 11011100 11010100 1000110 0 100 1000100 1110 111001 1000100 111001

Color Harmonies of #DCD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD446

Black with #DCD446

Text Example


Text Example

White with #DCD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD446; }

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

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

background-color css

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

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

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

border-color css

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

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

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