Html Css Color HEX #DDCC40 Confetti

📋 copy color: '#DDCC40'

red 221 ◦ green 204 ◦ blue 64

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

Shades of Confetti #DDCC40

Tints of Confetti #DDCC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 45.19%
G = 41.72%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCC40 (or 0xDDCC40) is known color: Confetti. HEX triplet: DD, CC and 40. RGB value is (221,204,64). Sum of RGB (Red+Green+Blue) = 221+204+64=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC40 is #2233BF. Grayscale: #C1C1C1. Windows color (decimal): -2241472 or 4246749. OLE color: 4246749.

HSL color Cylindrical-coordinate representation of color #DDCC40: hue angle of 53.5º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDCC40 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 64 -
CMYK 0 0.08 0.71 0.13
HSL 53.5º 0.7% 0.56% -
HSV(B) 53.5º 0.71% 0.87% -
XYZ 52.34 58.93 13.47 -
YUV 193.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 221 204 64 0 0.08 0.71 0.13 53.5 0.7 0.56
Hex DD CC 40 0 8 47 D 36 46 38
Octal 335 314 100 0 10 107 15 66 106 70
Binary 11011101 11001100 1000000 0 1000 1000111 1101 110110 1000110 111000

Color Harmonies of #DDCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC40

Black with #DDCC40

Text Example


Text Example

White with #DDCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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