Html Css Color HEX #DDC954 Confetti

📋 copy color: '#DDC954'

red 221 ◦ green 201 ◦ blue 84

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

Shades of Confetti #DDC954

Tints of Confetti #DDC954

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

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

R = 43.68%
G = 39.72%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC954 (or 0xDDC954) is known color: Confetti. HEX triplet: DD, C9 and 54. RGB value is (221,201,84). Sum of RGB (Red+Green+Blue) = 221+201+84=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC954 is #2236AB. Grayscale: #C2C2C2. Windows color (decimal): -2242220 or 5556701. OLE color: 5556701.

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

Color convert

RGB 221 201 84 -
CMYK 0 0.09 0.62 0.13
HSL 51.24º 0.67% 0.6% -
HSV(B) 51.24º 0.62% 0.87% -
XYZ 52.31 57.79 16.78 -
YUV 193.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 221 201 84 0 0.09 0.62 0.13 51.24 0.67 0.6
Hex DD C9 54 0 9 3E D 33 43 3C
Octal 335 311 124 0 11 76 15 63 103 74
Binary 11011101 11001001 1010100 0 1001 111110 1101 110011 1000011 111100

Color Harmonies of #DDC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC954

Black with #DDC954

Text Example


Text Example

White with #DDC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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