Html Css Color HEX #DDCA50 Confetti

📋 copy color: '#DDCA50'

red 221 ◦ green 202 ◦ blue 80

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

Shades of Confetti #DDCA50

Tints of Confetti #DDCA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 43.94%
G = 40.16%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDCA50 (or 0xDDCA50) is known color: Confetti. HEX triplet: DD, CA and 50. RGB value is (221,202,80). Sum of RGB (Red+Green+Blue) = 221+202+80=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA50 is #2235AF. Grayscale: #C2C2C2. Windows color (decimal): -2241968 or 5294813. OLE color: 5294813.

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

Color convert

RGB 221 202 80 -
CMYK 0 0.09 0.64 0.13
HSL 51.91º 0.67% 0.59% -
HSV(B) 51.91º 0.64% 0.87% -
XYZ 52.39 58.19 16.06 -
YUV 193.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 221 202 80 0 0.09 0.64 0.13 51.91 0.67 0.59
Hex DD CA 50 0 9 40 D 34 43 3B
Octal 335 312 120 0 11 100 15 64 103 73
Binary 11011101 11001010 1010000 0 1001 1000000 1101 110100 1000011 111011

Color Harmonies of #DDCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA50

Black with #DDCA50

Text Example


Text Example

White with #DDCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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