Html Css Color HEX #DCD049 Confetti

📋 copy color: '#DCD049'

red 220 ◦ green 208 ◦ blue 73

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

Shades of Confetti #DCD049

Tints of Confetti #DCD049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

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

R = 43.91%
G = 41.52%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD049 (or 0xDCD049) is known color: Confetti. HEX triplet: DC, D0 and 49. RGB value is (220,208,73). Sum of RGB (Red+Green+Blue) = 220+208+73=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD049 is #232FB6. Grayscale: #C4C4C4. Windows color (decimal): -2305975 or 4837596. OLE color: 4837596.

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

Color convert

RGB 220 208 73 -
CMYK 0 0.05 0.67 0.14
HSL 55.1º 0.68% 0.57% -
HSV(B) 55.1º 0.67% 0.86% -
XYZ 53.27 60.81 15.23 -
YUV 196.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 220 208 73 0 0.05 0.67 0.14 55.1 0.68 0.57
Hex DC D0 49 0 5 43 E 37 44 39
Octal 334 320 111 0 5 103 16 67 104 71
Binary 11011100 11010000 1001001 0 101 1000011 1110 110111 1000100 111001

Color Harmonies of #DCD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD049

Black with #DCD049

Text Example


Text Example

White with #DCD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD049; }

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

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

background-color css

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

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

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

border-color css

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

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

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