Html Css Color HEX #DDC54E Confetti

📋 copy color: '#DDC54E'

red 221 ◦ green 197 ◦ blue 78

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

Shades of Confetti #DDC54E

Tints of Confetti #DDC54E

RGB

 RED value IS 221 (86.72% from 255) = 44.56%

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 78 (30.86% from 255) = 15.73%

R = 44.56%
G = 39.72%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC54E (or 0xDDC54E) is known color: Confetti. HEX triplet: DD, C5 and 4E. RGB value is (221,197,78). Sum of RGB (Red+Green+Blue) = 221+197+78=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC54E is #223AB1. Grayscale: #BFBFBF. Windows color (decimal): -2243250 or 5162461. OLE color: 5162461.

HSL color Cylindrical-coordinate representation of color #DDC54E: hue angle of 49.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDC54E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 78 -
CMYK 0 0.11 0.65 0.13
HSL 49.93º 0.68% 0.59% -
HSV(B) 49.93º 0.65% 0.87% -
XYZ 51.16 55.85 15.29 -
YUV 190.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 221 197 78 0 0.11 0.65 0.13 49.93 0.68 0.59
Hex DD C5 4E 0 B 41 D 32 44 3B
Octal 335 305 116 0 13 101 15 62 104 73
Binary 11011101 11000101 1001110 0 1011 1000001 1101 110010 1000100 111011

Color Harmonies of #DDC54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC54E

Black with #DDC54E

Text Example


Text Example

White with #DDC54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC54E; }

 p { color: rgb(221,197,78); }

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

background-color css

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

 a { background-color: rgb(221,197,78); }

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

border-color css

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

 span { border-color: rgb(221,197,78); }

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