Html Css Color HEX #DDC754 Confetti

📋 copy color: '#DDC754'

red 221 ◦ green 199 ◦ blue 84

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

Shades of Confetti #DDC754

Tints of Confetti #DDC754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 43.85%
G = 39.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC754 (or 0xDDC754) is known color: Confetti. HEX triplet: DD, C7 and 54. RGB value is (221,199,84). Sum of RGB (Red+Green+Blue) = 221+199+84=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC754 is #2238AB. Grayscale: #C0C0C0. Windows color (decimal): -2242732 or 5556189. OLE color: 5556189.

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

Color convert

RGB 221 199 84 -
CMYK 0 0.10 0.62 0.13
HSL 50.36º 0.67% 0.6% -
HSV(B) 50.36º 0.62% 0.87% -
XYZ 51.84 56.86 16.63 -
YUV 192.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 221 199 84 0 0.10 0.62 0.13 50.36 0.67 0.6
Hex DD C7 54 0 A 3E D 32 43 3C
Octal 335 307 124 0 12 76 15 62 103 74
Binary 11011101 11000111 1010100 0 1010 111110 1101 110010 1000011 111100

Color Harmonies of #DDC754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC754

Black with #DDC754

Text Example


Text Example

White with #DDC754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC754; }

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

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

background-color css

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

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

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

border-color css

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

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

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