Html Css Color HEX #DDCA49 Confetti

📋 copy color: '#DDCA49'

red 221 ◦ green 202 ◦ blue 73

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

Shades of Confetti #DDCA49

Tints of Confetti #DDCA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

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

R = 44.56%
G = 40.73%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDCA49 (or 0xDDCA49) is known color: Confetti. HEX triplet: DD, CA and 49. RGB value is (221,202,73). Sum of RGB (Red+Green+Blue) = 221+202+73=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA49 is #2235B6. Grayscale: #C1C1C1. Windows color (decimal): -2241975 or 4836061. OLE color: 4836061.

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

Color convert

RGB 221 202 73 -
CMYK 0 0.09 0.67 0.13
HSL 52.3º 0.69% 0.58% -
HSV(B) 52.3º 0.67% 0.87% -
XYZ 52.14 58.09 14.77 -
YUV 192.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 221 202 73 0 0.09 0.67 0.13 52.3 0.69 0.58
Hex DD CA 49 0 9 43 D 34 45 3A
Octal 335 312 111 0 11 103 15 64 105 72
Binary 11011101 11001010 1001001 0 1001 1000011 1101 110100 1000101 111010

Color Harmonies of #DDCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA49

Black with #DDCA49

Text Example


Text Example

White with #DDCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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