Html Css Color HEX #DCD347 Confetti

📋 copy color: '#DCD347'

red 220 ◦ green 211 ◦ blue 71

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

Shades of Confetti #DCD347

Tints of Confetti #DCD347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.14%

R = 43.82%
G = 42.03%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD347 (or 0xDCD347) is known color: Confetti. HEX triplet: DC, D3 and 47. RGB value is (220,211,71). Sum of RGB (Red+Green+Blue) = 220+211+71=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD347 is #232CB8. Grayscale: #C6C6C6. Windows color (decimal): -2305209 or 4707292. OLE color: 4707292.

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

Color convert

RGB 220 211 71 -
CMYK 0 0.04 0.68 0.14
HSL 56.38º 0.68% 0.57% -
HSV(B) 56.38º 0.68% 0.86% -
XYZ 53.95 62.26 15.14 -
YUV 197.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 220 211 71 0 0.04 0.68 0.14 56.38 0.68 0.57
Hex DC D3 47 0 4 44 E 38 44 39
Octal 334 323 107 0 4 104 16 70 104 71
Binary 11011100 11010011 1000111 0 100 1000100 1110 111000 1000100 111001

Color Harmonies of #DCD347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD347

Black with #DCD347

Text Example


Text Example

White with #DCD347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD347; }

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

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

background-color css

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

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

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

border-color css

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

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

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