Html Css Color HEX #DDD04F Confetti

📋 copy color: '#DDD04F'

red 221 ◦ green 208 ◦ blue 79

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

Shades of Confetti #DDD04F

Tints of Confetti #DDD04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 43.5%
G = 40.94%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD04F (or 0xDDD04F) is known color: Confetti. HEX triplet: DD, D0 and 4F. RGB value is (221,208,79). Sum of RGB (Red+Green+Blue) = 221+208+79=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD04F is #222FB0. Grayscale: #C5C5C5. Windows color (decimal): -2240433 or 5230813. OLE color: 5230813.

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

Color convert

RGB 221 208 79 -
CMYK 0 0.06 0.64 0.13
HSL 54.51º 0.68% 0.59% -
HSV(B) 54.51º 0.64% 0.87% -
XYZ 53.79 61.05 16.35 -
YUV 197.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 221 208 79 0 0.06 0.64 0.13 54.51 0.68 0.59
Hex DD D0 4F 0 6 40 D 37 44 3B
Octal 335 320 117 0 6 100 15 67 104 73
Binary 11011101 11010000 1001111 0 110 1000000 1101 110111 1000100 111011

Color Harmonies of #DDD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD04F

Black with #DDD04F

Text Example


Text Example

White with #DDD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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