Html Css Color HEX #DDD643 Confetti

📋 copy color: '#DDD643'

red 221 ◦ green 214 ◦ blue 67

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

Shades of Confetti #DDD643

Tints of Confetti #DDD643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

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

R = 44.02%
G = 42.63%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD643 (or 0xDDD643) is known color: Confetti. HEX triplet: DD, D6 and 43. RGB value is (221,214,67). Sum of RGB (Red+Green+Blue) = 221+214+67=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD643 is #2229BC. Grayscale: #C7C7C7. Windows color (decimal): -2238909 or 4445917. OLE color: 4445917.

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

Color convert

RGB 221 214 67 -
CMYK 0 0.03 0.70 0.13
HSL 57.27º 0.69% 0.56% -
HSV(B) 57.27º 0.7% 0.87% -
XYZ 54.88 63.87 14.75 -
YUV 199.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 221 214 67 0 0.03 0.70 0.13 57.27 0.69 0.56
Hex DD D6 43 0 3 46 D 39 45 38
Octal 335 326 103 0 3 106 15 71 105 70
Binary 11011101 11010110 1000011 0 11 1000110 1101 111001 1000101 111000

Color Harmonies of #DDD643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD643

Black with #DDD643

Text Example


Text Example

White with #DDD643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD643; }

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

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

background-color css

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

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

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

border-color css

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

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

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