Html Css Color HEX #DFC041 Confetti

📋 copy color: '#DFC041'

red 223 ◦ green 192 ◦ blue 65

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

Shades of Confetti #DFC041

Tints of Confetti #DFC041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 46.46%
G = 40%
B = 13.54%

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

#DFC041 (or 0xDFC041) is known color: Confetti. HEX triplet: DF, C0 and 41. RGB value is (223,192,65). Sum of RGB (Red+Green+Blue) = 223+192+65=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC041 is #203FBE. Grayscale: #BBBBBB. Windows color (decimal): -2113471 or 4309215. OLE color: 4309215.

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

Color convert

RGB 223 192 65 -
CMYK 0 0.14 0.71 0.13
HSL 48.23º 0.71% 0.56% -
HSV(B) 48.23º 0.71% 0.87% -
XYZ 50.24 53.77 12.73 -
YUV 186.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 223 192 65 0 0.14 0.71 0.13 48.23 0.71 0.56
Hex DF C0 41 0 E 47 D 30 47 38
Octal 337 300 101 0 16 107 15 60 107 70
Binary 11011111 11000000 1000001 0 1110 1000111 1101 110000 1000111 111000

Color Harmonies of #DFC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC041

Black with #DFC041

Text Example


Text Example

White with #DFC041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC041; }

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

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

background-color css

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

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

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

border-color css

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

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

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