Html Css Color HEX #DDC442 Confetti

📋 copy color: '#DDC442'

red 221 ◦ green 196 ◦ blue 66

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

Shades of Confetti #DDC442

Tints of Confetti #DDC442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.66%

R = 45.76%
G = 40.58%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDC442 (or 0xDDC442) is known color: Confetti. HEX triplet: DD, C4 and 42. RGB value is (221,196,66). Sum of RGB (Red+Green+Blue) = 221+196+66=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC442 is #223BBD. Grayscale: #BDBDBD. Windows color (decimal): -2243518 or 4375773. OLE color: 4375773.

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

Color convert

RGB 221 196 66 -
CMYK 0 0.11 0.70 0.13
HSL 50.32º 0.7% 0.56% -
HSV(B) 50.32º 0.7% 0.87% -
XYZ 50.54 55.25 13.15 -
YUV 188.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 221 196 66 0 0.11 0.70 0.13 50.32 0.7 0.56
Hex DD C4 42 0 B 46 D 32 46 38
Octal 335 304 102 0 13 106 15 62 106 70
Binary 11011101 11000100 1000010 0 1011 1000110 1101 110010 1000110 111000

Color Harmonies of #DDC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC442

Black with #DDC442

Text Example


Text Example

White with #DDC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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