Html Css Color HEX #DDD44A Confetti

📋 copy color: '#DDD44A'

red 221 ◦ green 212 ◦ blue 74

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

Shades of Confetti #DDD44A

Tints of Confetti #DDD44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.81%

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 43.59%
G = 41.81%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD44A (or 0xDDD44A) is known color: Confetti. HEX triplet: DD, D4 and 4A. RGB value is (221,212,74). Sum of RGB (Red+Green+Blue) = 221+212+74=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD44A is #222BB5. Grayscale: #C7C7C7. Windows color (decimal): -2239414 or 4904157. OLE color: 4904157.

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

Color convert

RGB 221 212 74 -
CMYK 0 0.04 0.67 0.13
HSL 56.33º 0.68% 0.58% -
HSV(B) 56.33º 0.67% 0.87% -
XYZ 54.6 62.95 15.75 -
YUV 198.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 221 212 74 0 0.04 0.67 0.13 56.33 0.68 0.58
Hex DD D4 4A 0 4 43 D 38 44 3A
Octal 335 324 112 0 4 103 15 70 104 72
Binary 11011101 11010100 1001010 0 100 1000011 1101 111000 1000100 111010

Color Harmonies of #DDD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD44A

Black with #DDD44A

Text Example


Text Example

White with #DDD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD44A; }

 p { color: rgb(221,212,74); }

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

background-color css

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

 a { background-color: rgb(221,212,74); }

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

border-color css

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

 span { border-color: rgb(221,212,74); }

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