Html Css Color HEX #DDC254 Confetti

📋 copy color: '#DDC254'

red 221 ◦ green 194 ◦ blue 84

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

Shades of Confetti #DDC254

Tints of Confetti #DDC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 44.29%
G = 38.88%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC254 (or 0xDDC254) is known color: Confetti. HEX triplet: DD, C2 and 54. RGB value is (221,194,84). Sum of RGB (Red+Green+Blue) = 221+194+84=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC254 is #223DAB. Grayscale: #BEBEBE. Windows color (decimal): -2244012 or 5554909. OLE color: 5554909.

HSL color Cylindrical-coordinate representation of color #DDC254: hue angle of 48.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC254 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 84 -
CMYK 0 0.12 0.62 0.13
HSL 48.18º 0.67% 0.6% -
HSV(B) 48.18º 0.62% 0.87% -
XYZ 50.71 54.6 16.25 -
YUV 189.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 221 194 84 0 0.12 0.62 0.13 48.18 0.67 0.6
Hex DD C2 54 0 C 3E D 30 43 3C
Octal 335 302 124 0 14 76 15 60 103 74
Binary 11011101 11000010 1010100 0 1100 111110 1101 110000 1000011 111100

Color Harmonies of #DDC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC254

Black with #DDC254

Text Example


Text Example

White with #DDC254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC254; }

 p { color: rgb(221,194,84); }

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

background-color css

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

 a { background-color: rgb(221,194,84); }

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

border-color css

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

 span { border-color: rgb(221,194,84); }

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