Html Css Color HEX #DCD548 Confetti

📋 copy color: '#DCD548'

red 220 ◦ green 213 ◦ blue 72

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

Shades of Confetti #DCD548

Tints of Confetti #DCD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 43.56%
G = 42.18%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD548 (or 0xDCD548) is known color: Confetti. HEX triplet: DC, D5 and 48. RGB value is (220,213,72). Sum of RGB (Red+Green+Blue) = 220+213+72=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD548 is #232AB7. Grayscale: #C7C7C7. Windows color (decimal): -2304696 or 4773340. OLE color: 4773340.

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

Color convert

RGB 220 213 72 -
CMYK 0 0.03 0.67 0.14
HSL 57.16º 0.68% 0.57% -
HSV(B) 57.16º 0.67% 0.86% -
XYZ 54.48 63.27 15.47 -
YUV 199.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 220 213 72 0 0.03 0.67 0.14 57.16 0.68 0.57
Hex DC D5 48 0 3 43 E 39 44 39
Octal 334 325 110 0 3 103 16 71 104 71
Binary 11011100 11010101 1001000 0 11 1000011 1110 111001 1000100 111001

Color Harmonies of #DCD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD548

Black with #DCD548

Text Example


Text Example

White with #DCD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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