Html Css Color HEX #DDC443 Confetti

📋 copy color: '#DDC443'

red 221 ◦ green 196 ◦ blue 67

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

Shades of Confetti #DDC443

Tints of Confetti #DDC443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

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

R = 45.66%
G = 40.5%
B = 13.84%

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

#DDC443 (or 0xDDC443) is known color: Confetti. HEX triplet: DD, C4 and 43. RGB value is (221,196,67). Sum of RGB (Red+Green+Blue) = 221+196+67=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC443 is #223BBC. Grayscale: #BDBDBD. Windows color (decimal): -2243517 or 4441309. OLE color: 4441309.

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

Color convert

RGB 221 196 67 -
CMYK 0 0.11 0.70 0.13
HSL 50.26º 0.69% 0.56% -
HSV(B) 50.26º 0.7% 0.87% -
XYZ 50.57 55.26 13.31 -
YUV 188.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 221 196 67 0 0.11 0.70 0.13 50.26 0.69 0.56
Hex DD C4 43 0 B 46 D 32 45 38
Octal 335 304 103 0 13 106 15 62 105 70
Binary 11011101 11000100 1000011 0 1011 1000110 1101 110010 1000101 111000

Color Harmonies of #DDC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC443

Black with #DDC443

Text Example


Text Example

White with #DDC443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC443; }

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

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

background-color css

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

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

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

border-color css

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

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

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