Html Css Color HEX #DDC143 Confetti

📋 copy color: '#DDC143'

red 221 ◦ green 193 ◦ blue 67

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

Shades of Confetti #DDC143

Tints of Confetti #DDC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 45.95%
G = 40.12%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDC143 (or 0xDDC143) is known color: Confetti. HEX triplet: DD, C1 and 43. RGB value is (221,193,67). Sum of RGB (Red+Green+Blue) = 221+193+67=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC143 is #223EBC. Grayscale: #BBBBBB. Windows color (decimal): -2244285 or 4440541. OLE color: 4440541.

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

Color convert

RGB 221 193 67 -
CMYK 0 0.13 0.70 0.13
HSL 49.09º 0.69% 0.56% -
HSV(B) 49.09º 0.7% 0.87% -
XYZ 49.9 53.92 13.09 -
YUV 187.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 221 193 67 0 0.13 0.70 0.13 49.09 0.69 0.56
Hex DD C1 43 0 D 46 D 31 45 38
Octal 335 301 103 0 15 106 15 61 105 70
Binary 11011101 11000001 1000011 0 1101 1000110 1101 110001 1000101 111000

Color Harmonies of #DDC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC143

Black with #DDC143

Text Example


Text Example

White with #DDC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC143; }

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

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

background-color css

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

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

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

border-color css

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

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

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