Html Css Color HEX #DCD148 Confetti

📋 copy color: '#DCD148'

red 220 ◦ green 209 ◦ blue 72

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

Shades of Confetti #DCD148

Tints of Confetti #DCD148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.72%

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

R = 43.91%
G = 41.72%
B = 14.37%

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

#DCD148 (or 0xDCD148) is known color: Confetti. HEX triplet: DC, D1 and 48. RGB value is (220,209,72). Sum of RGB (Red+Green+Blue) = 220+209+72=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD148 is #232EB7. Grayscale: #C5C5C5. Windows color (decimal): -2305720 or 4772316. OLE color: 4772316.

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

Color convert

RGB 220 209 72 -
CMYK 0 0.05 0.67 0.14
HSL 55.54º 0.68% 0.57% -
HSV(B) 55.54º 0.67% 0.86% -
XYZ 53.49 61.28 15.14 -
YUV 196.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 220 209 72 0 0.05 0.67 0.14 55.54 0.68 0.57
Hex DC D1 48 0 5 43 E 38 44 39
Octal 334 321 110 0 5 103 16 70 104 71
Binary 11011100 11010001 1001000 0 101 1000011 1110 111000 1000100 111001

Color Harmonies of #DCD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD148

Black with #DCD148

Text Example


Text Example

White with #DCD148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD148; }

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

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

background-color css

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

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

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

border-color css

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

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

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