Html Css Color HEX #DDCE40 Confetti

📋 copy color: '#DDCE40'

red 221 ◦ green 206 ◦ blue 64

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

Shades of Confetti #DDCE40

Tints of Confetti #DDCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

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

R = 45.01%
G = 41.96%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCE40 (or 0xDDCE40) is known color: Confetti. HEX triplet: DD, CE and 40. RGB value is (221,206,64). Sum of RGB (Red+Green+Blue) = 221+206+64=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE40 is #2231BF. Grayscale: #C2C2C2. Windows color (decimal): -2240960 or 4247261. OLE color: 4247261.

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

Color convert

RGB 221 206 64 -
CMYK 0 0.07 0.71 0.13
HSL 54.27º 0.7% 0.56% -
HSV(B) 54.27º 0.71% 0.87% -
XYZ 52.82 59.88 13.63 -
YUV 194.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 221 206 64 0 0.07 0.71 0.13 54.27 0.7 0.56
Hex DD CE 40 0 7 47 D 36 46 38
Octal 335 316 100 0 7 107 15 66 106 70
Binary 11011101 11001110 1000000 0 111 1000111 1101 110110 1000110 111000

Color Harmonies of #DDCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE40

Black with #DDCE40

Text Example


Text Example

White with #DDCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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