Html Css Color HEX #DDC246 Confetti

📋 copy color: '#DDC246'

red 221 ◦ green 194 ◦ blue 70

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

Shades of Confetti #DDC246

Tints of Confetti #DDC246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.43%

R = 45.57%
G = 40%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDC246 (or 0xDDC246) is known color: Confetti. HEX triplet: DD, C2 and 46. RGB value is (221,194,70). Sum of RGB (Red+Green+Blue) = 221+194+70=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC246 is #223DB9. Grayscale: #BCBCBC. Windows color (decimal): -2244026 or 4637405. OLE color: 4637405.

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

Color convert

RGB 221 194 70 -
CMYK 0 0.12 0.68 0.13
HSL 49.27º 0.69% 0.57% -
HSV(B) 49.27º 0.68% 0.87% -
XYZ 50.22 54.4 13.65 -
YUV 187.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 221 194 70 0 0.12 0.68 0.13 49.27 0.69 0.57
Hex DD C2 46 0 C 44 D 31 45 39
Octal 335 302 106 0 14 104 15 61 105 71
Binary 11011101 11000010 1000110 0 1100 1000100 1101 110001 1000101 111001

Color Harmonies of #DDC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC246

Black with #DDC246

Text Example


Text Example

White with #DDC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC246; }

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

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

background-color css

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

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

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

border-color css

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

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

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