Html Css Color HEX #DDC446 Confetti

📋 copy color: '#DDC446'

red 221 ◦ green 196 ◦ blue 70

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

Shades of Confetti #DDC446

Tints of Confetti #DDC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

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

R = 45.38%
G = 40.25%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDC446 (or 0xDDC446) is known color: Confetti. HEX triplet: DD, C4 and 46. RGB value is (221,196,70). Sum of RGB (Red+Green+Blue) = 221+196+70=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC446 is #223BB9. Grayscale: #BDBDBD. Windows color (decimal): -2243514 or 4637917. OLE color: 4637917.

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

Color convert

RGB 221 196 70 -
CMYK 0 0.11 0.68 0.13
HSL 50.07º 0.69% 0.57% -
HSV(B) 50.07º 0.68% 0.87% -
XYZ 50.66 55.29 13.8 -
YUV 189.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 221 196 70 0 0.11 0.68 0.13 50.07 0.69 0.57
Hex DD C4 46 0 B 44 D 32 45 39
Octal 335 304 106 0 13 104 15 62 105 71
Binary 11011101 11000100 1000110 0 1011 1000100 1101 110010 1000101 111001

Color Harmonies of #DDC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC446

Black with #DDC446

Text Example


Text Example

White with #DDC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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