Html Css Color HEX #DCD048 Confetti

📋 copy color: '#DCD048'

red 220 ◦ green 208 ◦ blue 72

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

Shades of Confetti #DCD048

Tints of Confetti #DCD048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 44%
G = 41.6%
B = 14.4%

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

#DCD048 (or 0xDCD048) is known color: Confetti. HEX triplet: DC, D0 and 48. RGB value is (220,208,72). Sum of RGB (Red+Green+Blue) = 220+208+72=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD048 is #232FB7. Grayscale: #C4C4C4. Windows color (decimal): -2305976 or 4772060. OLE color: 4772060.

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

Color convert

RGB 220 208 72 -
CMYK 0 0.05 0.67 0.14
HSL 55.14º 0.68% 0.57% -
HSV(B) 55.14º 0.67% 0.86% -
XYZ 53.24 60.8 15.06 -
YUV 196.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 220 208 72 0 0.05 0.67 0.14 55.14 0.68 0.57
Hex DC D0 48 0 5 43 E 37 44 39
Octal 334 320 110 0 5 103 16 67 104 71
Binary 11011100 11010000 1001000 0 101 1000011 1110 110111 1000100 111001

Color Harmonies of #DCD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD048

Black with #DCD048

Text Example


Text Example

White with #DCD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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