Html Css Color HEX #DFC040 Confetti

📋 copy color: '#DFC040'

red 223 ◦ green 192 ◦ blue 64

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

Shades of Confetti #DFC040

Tints of Confetti #DFC040

RGB

 RED value IS 223 (87.5% from 255) = 46.56%

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

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 46.56%
G = 40.08%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFC040 (or 0xDFC040) is known color: Confetti. HEX triplet: DF, C0 and 40. RGB value is (223,192,64). Sum of RGB (Red+Green+Blue) = 223+192+64=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC040 is #203FBF. Grayscale: #BBBBBB. Windows color (decimal): -2113472 or 4243679. OLE color: 4243679.

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

Color convert

RGB 223 192 64 -
CMYK 0 0.14 0.71 0.13
HSL 48.3º 0.71% 0.56% -
HSV(B) 48.3º 0.71% 0.87% -
XYZ 50.21 53.76 12.58 -
YUV 186.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 223 192 64 0 0.14 0.71 0.13 48.3 0.71 0.56
Hex DF C0 40 0 E 47 D 30 47 38
Octal 337 300 100 0 16 107 15 60 107 70
Binary 11011111 11000000 1000000 0 1110 1000111 1101 110000 1000111 111000

Color Harmonies of #DFC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC040

Black with #DFC040

Text Example


Text Example

White with #DFC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC040; }

 p { color: rgb(223,192,64); }

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

background-color css

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

 a { background-color: rgb(223,192,64); }

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

border-color css

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

 span { border-color: rgb(223,192,64); }

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