Html Css Color HEX #DDD443 Confetti

📋 copy color: '#DDD443'

red 221 ◦ green 212 ◦ blue 67

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

Shades of Confetti #DDD443

Tints of Confetti #DDD443

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.4%

 BLUE value IS 67 (26.56% from 255) = 13.4%

R = 44.2%
G = 42.4%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD443 (or 0xDDD443) is known color: Confetti. HEX triplet: DD, D4 and 43. RGB value is (221,212,67). Sum of RGB (Red+Green+Blue) = 221+212+67=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD443 is #222BBC. Grayscale: #C6C6C6. Windows color (decimal): -2239421 or 4445405. OLE color: 4445405.

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

Color convert

RGB 221 212 67 -
CMYK 0 0.04 0.70 0.13
HSL 56.49º 0.69% 0.56% -
HSV(B) 56.49º 0.7% 0.87% -
XYZ 54.38 62.86 14.58 -
YUV 198.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 221 212 67 0 0.04 0.70 0.13 56.49 0.69 0.56
Hex DD D4 43 0 4 46 D 38 45 38
Octal 335 324 103 0 4 106 15 70 105 70
Binary 11011101 11010100 1000011 0 100 1000110 1101 111000 1000101 111000

Color Harmonies of #DDD443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD443

Black with #DDD443

Text Example


Text Example

White with #DDD443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD443; }

 p { color: rgb(221,212,67); }

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

background-color css

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

 a { background-color: rgb(221,212,67); }

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

border-color css

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

 span { border-color: rgb(221,212,67); }

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