Html Css Color HEX #DDCD3F Confetti

📋 copy color: '#DDCD3F'

red 221 ◦ green 205 ◦ blue 63

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

Shades of Confetti #DDCD3F

Tints of Confetti #DDCD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 63 (25% from 255) = 12.88%

R = 45.19%
G = 41.92%
B = 12.88%

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

#DDCD3F (or 0xDDCD3F) is known color: Confetti. HEX triplet: DD, CD and 3F. RGB value is (221,205,63). Sum of RGB (Red+Green+Blue) = 221+205+63=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD3F is #2232C0. Grayscale: #C2C2C2. Windows color (decimal): -2241217 or 4181469. OLE color: 4181469.

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

Color convert

RGB 221 205 63 -
CMYK 0 0.07 0.71 0.13
HSL 53.92º 0.7% 0.56% -
HSV(B) 53.92º 0.71% 0.87% -
XYZ 52.55 59.39 13.4 -
YUV 193.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 221 205 63 0 0.07 0.71 0.13 53.92 0.7 0.56
Hex DD CD 3F 0 7 47 D 36 46 38
Octal 335 315 77 0 7 107 15 66 106 70
Binary 11011101 11001101 111111 0 111 1000111 1101 110110 1000110 111000

Color Harmonies of #DDCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD3F

Black with #DDCD3F

Text Example


Text Example

White with #DDCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD3F; }

 p { color: rgb(221,205,63); }

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

background-color css

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

 a { background-color: rgb(221,205,63); }

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

border-color css

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

 span { border-color: rgb(221,205,63); }

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