Html Css Color HEX #DDCC42 Confetti

📋 copy color: '#DDCC42'

red 221 ◦ green 204 ◦ blue 66

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

Shades of Confetti #DDCC42

Tints of Confetti #DDCC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 45.01%
G = 41.55%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDCC42 (or 0xDDCC42) is known color: Confetti. HEX triplet: DD, CC and 42. RGB value is (221,204,66). Sum of RGB (Red+Green+Blue) = 221+204+66=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC42 is #2233BD. Grayscale: #C1C1C1. Windows color (decimal): -2241470 or 4377821. OLE color: 4377821.

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

Color convert

RGB 221 204 66 -
CMYK 0 0.08 0.70 0.13
HSL 53.42º 0.7% 0.56% -
HSV(B) 53.42º 0.7% 0.87% -
XYZ 52.4 58.95 13.77 -
YUV 193.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 221 204 66 0 0.08 0.70 0.13 53.42 0.7 0.56
Hex DD CC 42 0 8 46 D 35 46 38
Octal 335 314 102 0 10 106 15 65 106 70
Binary 11011101 11001100 1000010 0 1000 1000110 1101 110101 1000110 111000

Color Harmonies of #DDCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC42

Black with #DDCC42

Text Example


Text Example

White with #DDCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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