Html Css Color HEX #DFC03F Confetti

📋 copy color: '#DFC03F'

red 223 ◦ green 192 ◦ blue 63

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

Shades of Confetti #DFC03F

Tints of Confetti #DFC03F

RGB

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

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

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

R = 46.65%
G = 40.17%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFC03F (or 0xDFC03F) is known color: Confetti. HEX triplet: DF, C0 and 3F. RGB value is (223,192,63). Sum of RGB (Red+Green+Blue) = 223+192+63=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC03F is #203FC0. Grayscale: #BBBBBB. Windows color (decimal): -2113473 or 4178143. OLE color: 4178143.

HSL color Cylindrical-coordinate representation of color #DFC03F: hue angle of 48.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFC03F is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 63 -
CMYK 0 0.14 0.72 0.13
HSL 48.38º 0.71% 0.56% -
HSV(B) 48.38º 0.72% 0.87% -
XYZ 50.18 53.75 12.43 -
YUV 186.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 223 192 63 0 0.14 0.72 0.13 48.38 0.71 0.56
Hex DF C0 3F 0 E 48 D 30 47 38
Octal 337 300 77 0 16 110 15 60 107 70
Binary 11011111 11000000 111111 0 1110 1001000 1101 110000 1000111 111000

Color Harmonies of #DFC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC03F

Black with #DFC03F

Text Example


Text Example

White with #DFC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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