Html Css Color HEX #DCD449 Confetti

📋 copy color: '#DCD449'

red 220 ◦ green 212 ◦ blue 73

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

Shades of Confetti #DCD449

Tints of Confetti #DCD449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.46%

R = 43.56%
G = 41.98%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD449 (or 0xDCD449) is known color: Confetti. HEX triplet: DC, D4 and 49. RGB value is (220,212,73). Sum of RGB (Red+Green+Blue) = 220+212+73=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD449 is #232BB6. Grayscale: #C7C7C7. Windows color (decimal): -2304951 or 4838620. OLE color: 4838620.

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

Color convert

RGB 220 212 73 -
CMYK 0 0.04 0.67 0.14
HSL 56.73º 0.68% 0.57% -
HSV(B) 56.73º 0.67% 0.86% -
XYZ 54.26 62.78 15.56 -
YUV 198.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 220 212 73 0 0.04 0.67 0.14 56.73 0.68 0.57
Hex DC D4 49 0 4 43 E 39 44 39
Octal 334 324 111 0 4 103 16 71 104 71
Binary 11011100 11010100 1001001 0 100 1000011 1110 111001 1000100 111001

Color Harmonies of #DCD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD449

Black with #DCD449

Text Example


Text Example

White with #DCD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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