Html Css Color HEX #DDC03F Confetti

📋 copy color: '#DDC03F'

red 221 ◦ green 192 ◦ blue 63

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

Shades of Confetti #DDC03F

Tints of Confetti #DDC03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

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

R = 46.43%
G = 40.34%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC03F (or 0xDDC03F) is known color: Confetti. HEX triplet: DD, C0 and 3F. RGB value is (221,192,63). Sum of RGB (Red+Green+Blue) = 221+192+63=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03F is #223FC0. Grayscale: #BABABA. Windows color (decimal): -2244545 or 4178141. OLE color: 4178141.

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

Color convert

RGB 221 192 63 -
CMYK 0 0.13 0.71 0.13
HSL 48.99º 0.7% 0.56% -
HSV(B) 48.99º 0.71% 0.87% -
XYZ 49.57 53.43 12.4 -
YUV 185.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 221 192 63 0 0.13 0.71 0.13 48.99 0.7 0.56
Hex DD C0 3F 0 D 47 D 31 46 38
Octal 335 300 77 0 15 107 15 61 106 70
Binary 11011101 11000000 111111 0 1101 1000111 1101 110001 1000110 111000

Color Harmonies of #DDC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC03F

Black with #DDC03F

Text Example


Text Example

White with #DDC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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