Html Css Color HEX #DDC454 Confetti

📋 copy color: '#DDC454'

red 221 ◦ green 196 ◦ blue 84

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

Shades of Confetti #DDC454

Tints of Confetti #DDC454

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 44.11%
G = 39.12%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC454 (or 0xDDC454) is known color: Confetti. HEX triplet: DD, C4 and 54. RGB value is (221,196,84). Sum of RGB (Red+Green+Blue) = 221+196+84=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC454 is #223BAB. Grayscale: #BFBFBF. Windows color (decimal): -2243500 or 5555421. OLE color: 5555421.

HSL color Cylindrical-coordinate representation of color #DDC454: hue angle of 49.05º 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 #DDC454 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 84 -
CMYK 0 0.11 0.62 0.13
HSL 49.05º 0.67% 0.6% -
HSV(B) 49.05º 0.62% 0.87% -
XYZ 51.16 55.49 16.4 -
YUV 190.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 221 196 84 0 0.11 0.62 0.13 49.05 0.67 0.6
Hex DD C4 54 0 B 3E D 31 43 3C
Octal 335 304 124 0 13 76 15 61 103 74
Binary 11011101 11000100 1010100 0 1011 111110 1101 110001 1000011 111100

Color Harmonies of #DDC454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC454

Black with #DDC454

Text Example


Text Example

White with #DDC454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC454; }

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

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

background-color css

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

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

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

border-color css

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

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

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