Html Css Color HEX #DCD648 Confetti

📋 copy color: '#DCD648'

red 220 ◦ green 214 ◦ blue 72

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

Shades of Confetti #DCD648

Tints of Confetti #DCD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 43.48%
G = 42.29%
B = 14.23%

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

#DCD648 (or 0xDCD648) is known color: Confetti. HEX triplet: DC, D6 and 48. RGB value is (220,214,72). Sum of RGB (Red+Green+Blue) = 220+214+72=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD648 is #2329B7. Grayscale: #C8C8C8. Windows color (decimal): -2304440 or 4773596. OLE color: 4773596.

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

Color convert

RGB 220 214 72 -
CMYK 0 0.03 0.67 0.14
HSL 57.57º 0.68% 0.57% -
HSV(B) 57.57º 0.67% 0.86% -
XYZ 54.73 63.78 15.56 -
YUV 199.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 220 214 72 0 0.03 0.67 0.14 57.57 0.68 0.57
Hex DC D6 48 0 3 43 E 3A 44 39
Octal 334 326 110 0 3 103 16 72 104 71
Binary 11011100 11010110 1001000 0 11 1000011 1110 111010 1000100 111001

Color Harmonies of #DCD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD648

Black with #DCD648

Text Example


Text Example

White with #DCD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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