Html Css Color HEX #DDC33F Confetti

📋 copy color: '#DDC33F'

red 221 ◦ green 195 ◦ blue 63

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

Shades of Confetti #DDC33F

Tints of Confetti #DDC33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

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

R = 46.14%
G = 40.71%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC33F (or 0xDDC33F) is known color: Confetti. HEX triplet: DD, C3 and 3F. RGB value is (221,195,63). Sum of RGB (Red+Green+Blue) = 221+195+63=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC33F is #223CC0. Grayscale: #BCBCBC. Windows color (decimal): -2243777 or 4178909. OLE color: 4178909.

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

Color convert

RGB 221 195 63 -
CMYK 0 0.12 0.71 0.13
HSL 50.13º 0.7% 0.56% -
HSV(B) 50.13º 0.71% 0.87% -
XYZ 50.23 54.76 12.63 -
YUV 187.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 221 195 63 0 0.12 0.71 0.13 50.13 0.7 0.56
Hex DD C3 3F 0 C 47 D 32 46 38
Octal 335 303 77 0 14 107 15 62 106 70
Binary 11011101 11000011 111111 0 1100 1000111 1101 110010 1000110 111000

Color Harmonies of #DDC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC33F

Black with #DDC33F

Text Example


Text Example

White with #DDC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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