Html Css Color HEX #DCD546 Confetti

📋 copy color: '#DCD546'

red 220 ◦ green 213 ◦ blue 70

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

Shades of Confetti #DCD546

Tints of Confetti #DCD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 70 (27.73% from 255) = 13.92%

R = 43.74%
G = 42.35%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCD546 (or 0xDCD546) is known color: Confetti. HEX triplet: DC, D5 and 46. RGB value is (220,213,70). Sum of RGB (Red+Green+Blue) = 220+213+70=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD546 is #232AB9. Grayscale: #C7C7C7. Windows color (decimal): -2304698 or 4642268. OLE color: 4642268.

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

Color convert

RGB 220 213 70 -
CMYK 0 0.03 0.68 0.14
HSL 57.2º 0.68% 0.57% -
HSV(B) 57.2º 0.68% 0.86% -
XYZ 54.41 63.25 15.13 -
YUV 198.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 220 213 70 0 0.03 0.68 0.14 57.2 0.68 0.57
Hex DC D5 46 0 3 44 E 39 44 39
Octal 334 325 106 0 3 104 16 71 104 71
Binary 11011100 11010101 1000110 0 11 1000100 1110 111001 1000100 111001

Color Harmonies of #DCD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD546

Black with #DCD546

Text Example


Text Example

White with #DCD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD546; }

 p { color: rgb(220,213,70); }

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

background-color css

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

 a { background-color: rgb(220,213,70); }

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

border-color css

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

 span { border-color: rgb(220,213,70); }

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