Html Css Color HEX #DCD348 Confetti

📋 copy color: '#DCD348'

red 220 ◦ green 211 ◦ blue 72

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

Shades of Confetti #DCD348

Tints of Confetti #DCD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 43.74%
G = 41.95%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD348 (or 0xDCD348) is known color: Confetti. HEX triplet: DC, D3 and 48. RGB value is (220,211,72). Sum of RGB (Red+Green+Blue) = 220+211+72=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD348 is #232CB7. Grayscale: #C6C6C6. Windows color (decimal): -2305208 or 4772828. OLE color: 4772828.

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

Color convert

RGB 220 211 72 -
CMYK 0 0.04 0.67 0.14
HSL 56.35º 0.68% 0.57% -
HSV(B) 56.35º 0.67% 0.86% -
XYZ 53.98 62.27 15.31 -
YUV 197.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 220 211 72 0 0.04 0.67 0.14 56.35 0.68 0.57
Hex DC D3 48 0 4 43 E 38 44 39
Octal 334 323 110 0 4 103 16 70 104 71
Binary 11011100 11010011 1001000 0 100 1000011 1110 111000 1000100 111001

Color Harmonies of #DCD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD348

Black with #DCD348

Text Example


Text Example

White with #DCD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD348; }

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

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

background-color css

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

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

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

border-color css

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

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

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