Html Css Color HEX #DDD04A Confetti

📋 copy color: '#DDD04A'

red 221 ◦ green 208 ◦ blue 74

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

Shades of Confetti #DDD04A

Tints of Confetti #DDD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 43.94%
G = 41.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD04A (or 0xDDD04A) is known color: Confetti. HEX triplet: DD, D0 and 4A. RGB value is (221,208,74). Sum of RGB (Red+Green+Blue) = 221+208+74=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD04A is #222FB5. Grayscale: #C5C5C5. Windows color (decimal): -2240438 or 4903133. OLE color: 4903133.

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

Color convert

RGB 221 208 74 -
CMYK 0 0.06 0.67 0.13
HSL 54.69º 0.68% 0.58% -
HSV(B) 54.69º 0.67% 0.87% -
XYZ 53.61 60.98 15.42 -
YUV 196.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 221 208 74 0 0.06 0.67 0.13 54.69 0.68 0.58
Hex DD D0 4A 0 6 43 D 37 44 3A
Octal 335 320 112 0 6 103 15 67 104 72
Binary 11011101 11010000 1001010 0 110 1000011 1101 110111 1000100 111010

Color Harmonies of #DDD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD04A

Black with #DDD04A

Text Example


Text Example

White with #DDD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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