Html Css Color HEX #DDD543 Confetti

📋 copy color: '#DDD543'

red 221 ◦ green 213 ◦ blue 67

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

Shades of Confetti #DDD543

Tints of Confetti #DDD543

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

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

R = 44.11%
G = 42.51%
B = 13.37%

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

#DDD543 (or 0xDDD543) is known color: Confetti. HEX triplet: DD, D5 and 43. RGB value is (221,213,67). Sum of RGB (Red+Green+Blue) = 221+213+67=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD543 is #222ABC. Grayscale: #C7C7C7. Windows color (decimal): -2239165 or 4445661. OLE color: 4445661.

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

Color convert

RGB 221 213 67 -
CMYK 0 0.04 0.70 0.13
HSL 56.88º 0.69% 0.56% -
HSV(B) 56.88º 0.7% 0.87% -
XYZ 54.63 63.37 14.66 -
YUV 198.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 221 213 67 0 0.04 0.70 0.13 56.88 0.69 0.56
Hex DD D5 43 0 4 46 D 39 45 38
Octal 335 325 103 0 4 106 15 71 105 70
Binary 11011101 11010101 1000011 0 100 1000110 1101 111001 1000101 111000

Color Harmonies of #DDD543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD543

Black with #DDD543

Text Example


Text Example

White with #DDD543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD543; }

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

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

background-color css

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

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

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

border-color css

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

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

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