Html Css Color HEX #DDD343 Confetti

📋 copy color: '#DDD343'

red 221 ◦ green 211 ◦ blue 67

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

Shades of Confetti #DDD343

Tints of Confetti #DDD343

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

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

R = 44.29%
G = 42.28%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD343 (or 0xDDD343) is known color: Confetti. HEX triplet: DD, D3 and 43. RGB value is (221,211,67). Sum of RGB (Red+Green+Blue) = 221+211+67=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD343 is #222CBC. Grayscale: #C6C6C6. Windows color (decimal): -2239677 or 4445149. OLE color: 4445149.

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

Color convert

RGB 221 211 67 -
CMYK 0 0.05 0.70 0.13
HSL 56.1º 0.69% 0.56% -
HSV(B) 56.1º 0.7% 0.87% -
XYZ 54.13 62.37 14.5 -
YUV 197.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 221 211 67 0 0.05 0.70 0.13 56.1 0.69 0.56
Hex DD D3 43 0 5 46 D 38 45 38
Octal 335 323 103 0 5 106 15 70 105 70
Binary 11011101 11010011 1000011 0 101 1000110 1101 111000 1000101 111000

Color Harmonies of #DDD343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD343

Black with #DDD343

Text Example


Text Example

White with #DDD343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD343; }

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

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

background-color css

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

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

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

border-color css

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

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

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