Html Css Color HEX #DCD343 Confetti

📋 copy color: '#DCD343'

red 220 ◦ green 211 ◦ blue 67

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

Shades of Confetti #DCD343

Tints of Confetti #DCD343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.45%

R = 44.18%
G = 42.37%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD343 (or 0xDCD343) is known color: Confetti. HEX triplet: DC, D3 and 43. RGB value is (220,211,67). Sum of RGB (Red+Green+Blue) = 220+211+67=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD343 is #232CBC. Grayscale: #C5C5C5. Windows color (decimal): -2305213 or 4445148. OLE color: 4445148.

HSL color Cylindrical-coordinate representation of color #DCD343: hue angle of 56.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD343 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 67 -
CMYK 0 0.04 0.70 0.14
HSL 56.47º 0.69% 0.56% -
HSV(B) 56.47º 0.7% 0.86% -
XYZ 53.82 62.21 14.48 -
YUV 197.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 220 211 67 0 0.04 0.70 0.14 56.47 0.69 0.56
Hex DC D3 43 0 4 46 E 38 45 38
Octal 334 323 103 0 4 106 16 70 105 70
Binary 11011100 11010011 1000011 0 100 1000110 1110 111000 1000101 111000

Color Harmonies of #DCD343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD343

Black with #DCD343

Text Example


Text Example

White with #DCD343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD343; }

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

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

background-color css

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

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

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

border-color css

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

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

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