Html Css Color HEX #DDD649 Confetti

📋 copy color: '#DDD649'

red 221 ◦ green 214 ◦ blue 73

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

Shades of Confetti #DDD649

Tints of Confetti #DDD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 73 (28.91% from 255) = 14.37%

R = 43.5%
G = 42.13%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD649 (or 0xDDD649) is known color: Confetti. HEX triplet: DD, D6 and 49. RGB value is (221,214,73). Sum of RGB (Red+Green+Blue) = 221+214+73=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD649 is #2229B6. Grayscale: #C8C8C8. Windows color (decimal): -2238903 or 4839133. OLE color: 4839133.

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

Color convert

RGB 221 214 73 -
CMYK 0 0.03 0.67 0.13
HSL 57.16º 0.69% 0.58% -
HSV(B) 57.16º 0.67% 0.87% -
XYZ 55.07 63.95 15.74 -
YUV 200.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 221 214 73 0 0.03 0.67 0.13 57.16 0.69 0.58
Hex DD D6 49 0 3 43 D 39 45 3A
Octal 335 326 111 0 3 103 15 71 105 72
Binary 11011101 11010110 1001001 0 11 1000011 1101 111001 1000101 111010

Color Harmonies of #DDD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD649

Black with #DDD649

Text Example


Text Example

White with #DDD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD649; }

 p { color: rgb(221,214,73); }

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

background-color css

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

 a { background-color: rgb(221,214,73); }

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

border-color css

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

 span { border-color: rgb(221,214,73); }

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