Html Css Color HEX #DDC045 Confetti

📋 copy color: '#DDC045'

red 221 ◦ green 192 ◦ blue 69

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

Shades of Confetti #DDC045

Tints of Confetti #DDC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 45.85%
G = 39.83%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC045 (or 0xDDC045) is known color: Confetti. HEX triplet: DD, C0 and 45. RGB value is (221,192,69). Sum of RGB (Red+Green+Blue) = 221+192+69=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC045 is #223FBA. Grayscale: #BBBBBB. Windows color (decimal): -2244539 or 4571357. OLE color: 4571357.

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

Color convert

RGB 221 192 69 -
CMYK 0 0.13 0.69 0.13
HSL 48.55º 0.69% 0.57% -
HSV(B) 48.55º 0.69% 0.87% -
XYZ 49.74 53.5 13.34 -
YUV 186.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 221 192 69 0 0.13 0.69 0.13 48.55 0.69 0.57
Hex DD C0 45 0 D 45 D 31 45 39
Octal 335 300 105 0 15 105 15 61 105 71
Binary 11011101 11000000 1000101 0 1101 1000101 1101 110001 1000101 111001

Color Harmonies of #DDC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC045

Black with #DDC045

Text Example


Text Example

White with #DDC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC045; }

 p { color: rgb(221,192,69); }

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

background-color css

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

 a { background-color: rgb(221,192,69); }

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

border-color css

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

 span { border-color: rgb(221,192,69); }

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