Html Css Color HEX #DDCE4C Confetti

📋 copy color: '#DDCE4C'

red 221 ◦ green 206 ◦ blue 76

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

Shades of Confetti #DDCE4C

Tints of Confetti #DDCE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.11%

R = 43.94%
G = 40.95%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDCE4C (or 0xDDCE4C) is known color: Confetti. HEX triplet: DD, CE and 4C. RGB value is (221,206,76). Sum of RGB (Red+Green+Blue) = 221+206+76=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE4C is #2231B3. Grayscale: #C4C4C4. Windows color (decimal): -2240948 or 5033693. OLE color: 5033693.

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

Color convert

RGB 221 206 76 -
CMYK 0 0.07 0.66 0.13
HSL 53.79º 0.68% 0.58% -
HSV(B) 53.79º 0.66% 0.87% -
XYZ 53.19 60.04 15.62 -
YUV 195.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 221 206 76 0 0.07 0.66 0.13 53.79 0.68 0.58
Hex DD CE 4C 0 7 42 D 36 44 3A
Octal 335 316 114 0 7 102 15 66 104 72
Binary 11011101 11001110 1001100 0 111 1000010 1101 110110 1000100 111010

Color Harmonies of #DDCE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE4C

Black with #DDCE4C

Text Example


Text Example

White with #DDCE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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