Html Css Color HEX #DDCC4C Confetti

📋 copy color: '#DDCC4C'

red 221 ◦ green 204 ◦ blue 76

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

Shades of Confetti #DDCC4C

Tints of Confetti #DDCC4C

RGB

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

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

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

R = 44.11%
G = 40.72%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDCC4C (or 0xDDCC4C) is known color: Confetti. HEX triplet: DD, CC and 4C. RGB value is (221,204,76). Sum of RGB (Red+Green+Blue) = 221+204+76=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC4C is #2233B3. Grayscale: #C3C3C3. Windows color (decimal): -2241460 or 5033181. OLE color: 5033181.

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

Color convert

RGB 221 204 76 -
CMYK 0 0.08 0.66 0.13
HSL 52.97º 0.68% 0.58% -
HSV(B) 52.97º 0.66% 0.87% -
XYZ 52.72 59.08 15.46 -
YUV 194.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 221 204 76 0 0.08 0.66 0.13 52.97 0.68 0.58
Hex DD CC 4C 0 8 42 D 35 44 3A
Octal 335 314 114 0 10 102 15 65 104 72
Binary 11011101 11001100 1001100 0 1000 1000010 1101 110101 1000100 111010

Color Harmonies of #DDCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC4C

Black with #DDCC4C

Text Example


Text Example

White with #DDCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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