Html Css Color HEX #DCD047 Confetti

📋 copy color: '#DCD047'

red 220 ◦ green 208 ◦ blue 71

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

Shades of Confetti #DCD047

Tints of Confetti #DCD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

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

R = 44.09%
G = 41.68%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD047 (or 0xDCD047) is known color: Confetti. HEX triplet: DC, D0 and 47. RGB value is (220,208,71). Sum of RGB (Red+Green+Blue) = 220+208+71=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD047 is #232FB8. Grayscale: #C4C4C4. Windows color (decimal): -2305977 or 4706524. OLE color: 4706524.

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

Color convert

RGB 220 208 71 -
CMYK 0 0.05 0.68 0.14
HSL 55.17º 0.68% 0.57% -
HSV(B) 55.17º 0.68% 0.86% -
XYZ 53.21 60.78 14.89 -
YUV 195.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 220 208 71 0 0.05 0.68 0.14 55.17 0.68 0.57
Hex DC D0 47 0 5 44 E 37 44 39
Octal 334 320 107 0 5 104 16 67 104 71
Binary 11011100 11010000 1000111 0 101 1000100 1110 110111 1000100 111001

Color Harmonies of #DCD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD047

Black with #DCD047

Text Example


Text Example

White with #DCD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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