Html Css Color HEX #DDC543 Confetti

📋 copy color: '#DDC543'

red 221 ◦ green 197 ◦ blue 67

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

Shades of Confetti #DDC543

Tints of Confetti #DDC543

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

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

R = 45.57%
G = 40.62%
B = 13.81%

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

#DDC543 (or 0xDDC543) is known color: Confetti. HEX triplet: DD, C5 and 43. RGB value is (221,197,67). Sum of RGB (Red+Green+Blue) = 221+197+67=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC543 is #223ABC. Grayscale: #BDBDBD. Windows color (decimal): -2243261 or 4441565. OLE color: 4441565.

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

Color convert

RGB 221 197 67 -
CMYK 0 0.11 0.70 0.13
HSL 50.65º 0.69% 0.56% -
HSV(B) 50.65º 0.7% 0.87% -
XYZ 50.8 55.71 13.39 -
YUV 189.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 221 197 67 0 0.11 0.70 0.13 50.65 0.69 0.56
Hex DD C5 43 0 B 46 D 33 45 38
Octal 335 305 103 0 13 106 15 63 105 70
Binary 11011101 11000101 1000011 0 1011 1000110 1101 110011 1000101 111000

Color Harmonies of #DDC543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC543

Black with #DDC543

Text Example


Text Example

White with #DDC543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC543; }

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

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

background-color css

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

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

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

border-color css

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

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

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