Html Css Color HEX #DDC244 Confetti

📋 copy color: '#DDC244'

red 221 ◦ green 194 ◦ blue 68

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

Shades of Confetti #DDC244

Tints of Confetti #DDC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 45.76%
G = 40.17%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC244 (or 0xDDC244) is known color: Confetti. HEX triplet: DD, C2 and 44. RGB value is (221,194,68). Sum of RGB (Red+Green+Blue) = 221+194+68=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC244 is #223DBB. Grayscale: #BCBCBC. Windows color (decimal): -2244028 or 4506333. OLE color: 4506333.

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

Color convert

RGB 221 194 68 -
CMYK 0 0.12 0.69 0.13
HSL 49.41º 0.69% 0.57% -
HSV(B) 49.41º 0.69% 0.87% -
XYZ 50.15 54.37 13.32 -
YUV 187.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 221 194 68 0 0.12 0.69 0.13 49.41 0.69 0.57
Hex DD C2 44 0 C 45 D 31 45 39
Octal 335 302 104 0 14 105 15 61 105 71
Binary 11011101 11000010 1000100 0 1100 1000101 1101 110001 1000101 111001

Color Harmonies of #DDC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC244

Black with #DDC244

Text Example


Text Example

White with #DDC244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC244; }

 p { color: rgb(221,194,68); }

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

background-color css

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

 a { background-color: rgb(221,194,68); }

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

border-color css

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

 span { border-color: rgb(221,194,68); }

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