Html Css Color HEX #DDC144 Confetti

📋 copy color: '#DDC144'

red 221 ◦ green 193 ◦ blue 68

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

Shades of Confetti #DDC144

Tints of Confetti #DDC144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.11%

R = 45.85%
G = 40.04%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC144 (or 0xDDC144) is known color: Confetti. HEX triplet: DD, C1 and 44. RGB value is (221,193,68). Sum of RGB (Red+Green+Blue) = 221+193+68=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC144 is #223EBB. Grayscale: #BBBBBB. Windows color (decimal): -2244284 or 4506077. OLE color: 4506077.

HSL color Cylindrical-coordinate representation of color #DDC144: hue angle of 49.02º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDC144 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 68 -
CMYK 0 0.13 0.69 0.13
HSL 49.02º 0.69% 0.57% -
HSV(B) 49.02º 0.69% 0.87% -
XYZ 49.93 53.93 13.25 -
YUV 187.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 221 193 68 0 0.13 0.69 0.13 49.02 0.69 0.57
Hex DD C1 44 0 D 45 D 31 45 39
Octal 335 301 104 0 15 105 15 61 105 71
Binary 11011101 11000001 1000100 0 1101 1000101 1101 110001 1000101 111001

Color Harmonies of #DDC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC144

Black with #DDC144

Text Example


Text Example

White with #DDC144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC144; }

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

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

background-color css

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

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

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

border-color css

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

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

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