Html Css Color HEX #DDC43F Confetti

📋 copy color: '#DDC43F'

red 221 ◦ green 196 ◦ blue 63

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

Shades of Confetti #DDC43F

Tints of Confetti #DDC43F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 46.04%
G = 40.83%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC43F (or 0xDDC43F) is known color: Confetti. HEX triplet: DD, C4 and 3F. RGB value is (221,196,63). Sum of RGB (Red+Green+Blue) = 221+196+63=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC43F is #223BC0. Grayscale: #BCBCBC. Windows color (decimal): -2243521 or 4179165. OLE color: 4179165.

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

Color convert

RGB 221 196 63 -
CMYK 0 0.11 0.71 0.13
HSL 50.51º 0.7% 0.56% -
HSV(B) 50.51º 0.71% 0.87% -
XYZ 50.46 55.21 12.7 -
YUV 188.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 221 196 63 0 0.11 0.71 0.13 50.51 0.7 0.56
Hex DD C4 3F 0 B 47 D 33 46 38
Octal 335 304 77 0 13 107 15 63 106 70
Binary 11011101 11000100 111111 0 1011 1000111 1101 110011 1000110 111000

Color Harmonies of #DDC43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC43F

Black with #DDC43F

Text Example


Text Example

White with #DDC43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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