Html Css Color HEX #DDCC50 Confetti

📋 copy color: '#DDCC50'

red 221 ◦ green 204 ◦ blue 80

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

Shades of Confetti #DDCC50

Tints of Confetti #DDCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

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

R = 43.76%
G = 40.4%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDCC50 (or 0xDDCC50) is known color: Confetti. HEX triplet: DD, CC and 50. RGB value is (221,204,80). Sum of RGB (Red+Green+Blue) = 221+204+80=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC50 is #2233AF. Grayscale: #C3C3C3. Windows color (decimal): -2241456 or 5295325. OLE color: 5295325.

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

Color convert

RGB 221 204 80 -
CMYK 0 0.08 0.64 0.13
HSL 52.77º 0.67% 0.59% -
HSV(B) 52.77º 0.64% 0.87% -
XYZ 52.86 59.14 16.22 -
YUV 194.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 221 204 80 0 0.08 0.64 0.13 52.77 0.67 0.59
Hex DD CC 50 0 8 40 D 35 43 3B
Octal 335 314 120 0 10 100 15 65 103 73
Binary 11011101 11001100 1010000 0 1000 1000000 1101 110101 1000011 111011

Color Harmonies of #DDCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC50

Black with #DDCC50

Text Example


Text Example

White with #DDCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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