Html Css Color HEX #DCD44A Confetti

📋 copy color: '#DCD44A'

red 220 ◦ green 212 ◦ blue 74

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

Shades of Confetti #DCD44A

Tints of Confetti #DCD44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 43.48%
G = 41.9%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD44A (or 0xDCD44A) is known color: Confetti. HEX triplet: DC, D4 and 4A. RGB value is (220,212,74). Sum of RGB (Red+Green+Blue) = 220+212+74=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD44A is #232BB5. Grayscale: #C7C7C7. Windows color (decimal): -2304950 or 4904156. OLE color: 4904156.

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

Color convert

RGB 220 212 74 -
CMYK 0 0.04 0.66 0.14
HSL 56.71º 0.68% 0.58% -
HSV(B) 56.71º 0.66% 0.86% -
XYZ 54.29 62.8 15.74 -
YUV 198.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 220 212 74 0 0.04 0.66 0.14 56.71 0.68 0.58
Hex DC D4 4A 0 4 42 E 39 44 3A
Octal 334 324 112 0 4 102 16 71 104 72
Binary 11011100 11010100 1001010 0 100 1000010 1110 111001 1000100 111010

Color Harmonies of #DCD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD44A

Black with #DCD44A

Text Example


Text Example

White with #DCD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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