Html Css Color HEX #DDCE4D Confetti

📋 copy color: '#DDCE4D'

red 221 ◦ green 206 ◦ blue 77

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

Shades of Confetti #DDCE4D

Tints of Confetti #DDCE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.28%

R = 43.85%
G = 40.87%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDCE4D (or 0xDDCE4D) is known color: Confetti. HEX triplet: DD, CE and 4D. RGB value is (221,206,77). Sum of RGB (Red+Green+Blue) = 221+206+77=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE4D is #2231B2. Grayscale: #C4C4C4. Windows color (decimal): -2240947 or 5099229. OLE color: 5099229.

HSL color Cylindrical-coordinate representation of color #DDCE4D: hue angle of 53.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDCE4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 77 -
CMYK 0 0.07 0.65 0.13
HSL 53.75º 0.68% 0.58% -
HSV(B) 53.75º 0.65% 0.87% -
XYZ 53.23 60.05 15.81 -
YUV 195.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 221 206 77 0 0.07 0.65 0.13 53.75 0.68 0.58
Hex DD CE 4D 0 7 41 D 36 44 3A
Octal 335 316 115 0 7 101 15 66 104 72
Binary 11011101 11001110 1001101 0 111 1000001 1101 110110 1000100 111010

Color Harmonies of #DDCE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE4D

Black with #DDCE4D

Text Example


Text Example

White with #DDCE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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