Html Css Color HEX #DDC745 Confetti

📋 copy color: '#DDC745'

red 221 ◦ green 199 ◦ blue 69

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

Shades of Confetti #DDC745

Tints of Confetti #DDC745

RGB

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

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

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

R = 45.19%
G = 40.7%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC745 (or 0xDDC745) is known color: Confetti. HEX triplet: DD, C7 and 45. RGB value is (221,199,69). Sum of RGB (Red+Green+Blue) = 221+199+69=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC745 is #2238BA. Grayscale: #BFBFBF. Windows color (decimal): -2242747 or 4573149. OLE color: 4573149.

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

Color convert

RGB 221 199 69 -
CMYK 0 0.10 0.69 0.13
HSL 51.32º 0.69% 0.57% -
HSV(B) 51.32º 0.69% 0.87% -
XYZ 51.32 56.65 13.86 -
YUV 190.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 221 199 69 0 0.10 0.69 0.13 51.32 0.69 0.57
Hex DD C7 45 0 A 45 D 33 45 39
Octal 335 307 105 0 12 105 15 63 105 71
Binary 11011101 11000111 1000101 0 1010 1000101 1101 110011 1000101 111001

Color Harmonies of #DDC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC745

Black with #DDC745

Text Example


Text Example

White with #DDC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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